cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rt.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 "rt.h"
6 
7 void t_rt::zero()
8 {
9  DEBUG_ENTRY( "t_rt::zero()" );
10  dTauMase = 0.;
11  lgMaserCapHit = false;
12  lgMaserSetDR = false;
13 
14  DoubleTau = 1.;
15  lgFstOn = true;
16  lgElecScatEscape = true;
17 
18 }
bool lgElecScatEscape
Definition: rt.h:193
bool lgMaserSetDR
Definition: rt.h:201
bool lgFstOn
Definition: rt.h:187
Definition: rt.h:156
void zero()
Definition: rt.cpp:7
#define DEBUG_ENTRY(funcname)
Definition: cddefines.h:729
realnum DoubleTau
Definition: rt.h:178
realnum dTauMase
Definition: rt.h:198
bool lgMaserCapHit
Definition: rt.h:205
t_rt rt
Definition: rt.cpp:5