Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
fudgec.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2025 by Gary J. Ferland and
2 * others. For conditions of distribution and use see copyright notice in license.txt */
3
4#ifndef FUDGEC_H_
5#define FUDGEC_H_
6
7/* fudgec.h */
8
9#define NFUDGC 10
10struct t_fudgec {
17 long int nfudge;
20 };
21extern t_fudgec fudgec;
22
23
24#endif /* FUDGEC_H_ */
float realnum
Definition cddefines.h:127
t_fudgec fudgec
Definition fudgec.cpp:5
#define NFUDGC
Definition fudgec.h:9
Definition fudgec.h:10
long int nfudge
Definition fudgec.h:17
realnum fudgea[NFUDGC]
Definition fudgec.h:15
bool lgFudgeUsed
Definition fudgec.h:19