cloudy  trunk
carb.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 CARB_H_
5 #define CARB_H_
6 
8 struct t_carb {
9  double c8727,
11 
14 
15  };
16 extern t_carb carb;
17 
18 
19 #endif /* CARB_H_ */
realnum
float realnum
Definition: cddefines.h:103
t_carb::r9850
realnum r9850
Definition: carb.h:13
carb
t_carb carb
Definition: carb.cpp:5
t_carb::c8727
double c8727
Definition: carb.h:9
t_carb::c9850
double c9850
Definition: carb.h:10
t_carb
Definition: carb.h:8