00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00004 EXTERN struct t_ca { 00005 00007 float Ca2RmLya; 00008 00010 float Cak, 00011 Cah, 00012 Cax, 00013 Cay, 00014 Caz, 00015 Caf1, 00016 Caf2; 00017 double 00018 Cair, 00019 c7306, 00020 Cakh, 00021 Ca3688, 00022 Ca2112, 00023 Ca5620, 00024 Ca4941, 00025 c3997, 00026 c2414, 00027 Ca6087, 00028 c5311; 00029 00031 float dstCala, 00032 dCakh, 00033 dCaf12, 00034 Ca3d, 00035 Ca4p; 00036 00038 float oldcla; 00039 00041 float popca2ex; 00042 00043 } ca; 00044