cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fudgec.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2017 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_ */
t_fudgec fudgec
Definition: fudgec.cpp:5
bool lgFudgeUsed
Definition: fudgec.h:19
#define NFUDGC
Definition: fudgec.h:9
float realnum
Definition: cddefines.h:124
long int nfudge
Definition: fudgec.h:17
realnum fudgea[NFUDGC]
Definition: fudgec.h:15