cloudy trunk
|
00001 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 00002 * others. For conditions of distribution and use see copyright notice in license.txt */ 00003 00004 #ifndef _OXY_H_ 00005 #define _OXY_H_ 00006 00008 EXTERN struct t_oxy { 00009 realnum poiii2, 00010 d5007r, 00011 d5007t, 00012 poiii3, 00013 poiii2Max, 00014 poiii3Max, 00015 d4363, 00016 r5007Max, 00017 r4363Max, 00018 poiexc, 00019 poimax, 00020 d6300; 00021 00022 double p1666, 00023 p1401; 00024 00026 realnum AugerO3; 00027 00029 realnum s3727, 00030 s7325; 00031 00033 long int i2d, 00034 i2p; 00035 00036 realnum o3cs12, 00037 o3cs13, 00038 o3ex23, 00039 o3br32, 00040 o3enro; 00041 00042 } oxy; 00043 00044 00045 #endif /* _OXY_H_ */