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_oxy { 00005 float poiii2, 00006 d5007r, 00007 d5007t, 00008 poiii3, 00009 poiii2Max, 00010 poiii3Max, 00011 d4363, 00012 r5007Max, 00013 r4363Max, 00014 poiexc, 00015 poimax, 00016 d6300; 00017 00018 double p1666, 00019 p1401; 00020 00022 float AugerO3; 00023 00025 float s3727, 00026 s7325; 00027 00029 long int i2d, 00030 i2p; 00031 00032 float o3cs12, 00033 o3cs13, 00034 o3ex23, 00035 o3br32, 00036 o3enro; 00037 00038 } oxy; 00039