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_neutrn { 00010 float frcneu, 00011 totneu; 00012 bool lgNeutrnHeatOn; 00013 float effneu; 00014 00016 double CrsSecNeutron; 00017 00018 } neutrn; 00019