cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hextra.cpp
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2017 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 #include "cddefines.h"
4 #include "hextra.h"
6 
8 {
9  DEBUG_ENTRY( "t_hextra::zero()" );
10  /* effects of fast neutrons */
11  hextra.frcneu = 0.;
12  hextra.effneu = 1.;
13  hextra.totneu = 0.;
14  hextra.lgNeutrnHeatOn = false;
15  hextra.CrsSecNeutron = 4e-26;
16 }
17 
void zero()
Definition: hextra.cpp:7
t_hextra hextra
Definition: hextra.cpp:5
bool lgNeutrnHeatOn
Definition: hextra.h:81
realnum effneu
Definition: hextra.h:85
realnum frcneu
Definition: hextra.h:83
double CrsSecNeutron
Definition: hextra.h:87
realnum totneu
Definition: hextra.h:79
#define DEBUG_ENTRY(funcname)
Definition: cddefines.h:729