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 */ 00003 /* fudgec.h */ 00004 00005 #define NFUDGC 10 00006 00010 EXTERN struct t_fudgec { 00011 float fudgea[NFUDGC]; 00012 long int nfudge; 00013 } fudgec; 00014