Cloudy
Spectral Synthesis Code for Astrophysics
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
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-2023 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
{
15
realnum
fudgea
[
NFUDGC
];
17
long
int
nfudge
;
19
bool
lgFudgeUsed
;
20
};
21
extern
t_fudgec
fudgec
;
22
23
24
#endif
/* FUDGEC_H_ */
fudgec
t_fudgec fudgec
Definition:
fudgec.cpp:5
t_fudgec::lgFudgeUsed
bool lgFudgeUsed
Definition:
fudgec.h:19
NFUDGC
#define NFUDGC
Definition:
fudgec.h:9
realnum
float realnum
Definition:
cddefines.h:127
t_fudgec::nfudge
long int nfudge
Definition:
fudgec.h:17
t_fudgec
Definition:
fudgec.h:10
t_fudgec::fudgea
realnum fudgea[NFUDGC]
Definition:
fudgec.h:15
source
fudgec.h
Generated by
1.8.5