cloudy  trunk
fudgec.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2013 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
10 struct t_fudgec {
17  long int nfudge;
20  };
21 extern t_fudgec fudgec;
22 
23 
24 #endif /* FUDGEC_H_ */
fudgec
t_fudgec fudgec
Definition: fudgec.cpp:5
realnum
float realnum
Definition: cddefines.h:103
t_fudgec::lgFudgeUsed
bool lgFudgeUsed
Definition: fudgec.h:19
NFUDGC
#define NFUDGC
Definition: fudgec.h:9
t_fudgec::nfudge
long int nfudge
Definition: fudgec.h:17
t_fudgec::fudgea
realnum fudgea[NFUDGC]
Definition: fudgec.h:15
t_fudgec
Definition: fudgec.h:10