cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sil.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 SIL_H_
5 #define SIL_H_
6 
8 struct t_sil {
9 
10  double c949,
11  c1815,
12  c1985,
13  c691,
14  c583,
15  c1446,
16  c2148;
17 
18  };
19 extern t_sil sil;
20 
21 
22 #endif /* SIL_H_ */
double c583
Definition: sil.h:10
double c1446
Definition: sil.h:10
double c691
Definition: sil.h:10
t_sil sil
Definition: sil.cpp:5
double c1815
Definition: sil.h:10
double c1985
Definition: sil.h:10
double c2148
Definition: sil.h:10
Definition: sil.h:8
double c949
Definition: sil.h:10