cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
he.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 "he.h"
6 
7 void t_he::zero()
8 {
9  DEBUG_ENTRY( "t_he::zero()" );
10  /* zero fractions of He0 destruction due to 23S */
11  this->nzone = 0;
12  frac_he0dest_23S = 0.;
14 
15 }
long nzone
Definition: he.h:29
double frac_he0dest_23S_photo
Definition: he.h:25
t_he he
Definition: he.cpp:5
void zero()
Definition: he.cpp:7
#define DEBUG_ENTRY(funcname)
Definition: cddefines.h:729
double frac_he0dest_23S
Definition: he.h:25
Definition: he.h:10