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 _CA_H_ 00005 #define _CA_H_ 00006 00008 EXTERN struct t_ca { 00009 00011 realnum Ca2RmLya; 00012 00014 realnum Cak, 00015 Cah, 00016 Cax, 00017 Cay, 00018 Caz, 00019 Caf1, 00020 Caf2; 00021 double 00022 Cair, 00023 c7306, 00024 Cakh, 00025 Ca3688, 00026 Ca2112, 00027 Ca5620, 00028 Ca4941, 00029 c3997, 00030 c2414, 00031 Ca6087, 00032 c5311; 00033 00035 realnum dstCala, 00036 dCakh, 00037 dCaf12, 00038 Ca3d, 00039 Ca4p; 00040 00042 realnum oldcla; 00043 00045 realnum popca2ex; 00046 00047 } ca; 00048 00049 00050 #endif /* _CA_H_ */