cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
rt.cpp
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 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
"
5
t_rt
rt
;
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
}
rt.h
t_rt::lgElecScatEscape
bool lgElecScatEscape
Definition:
rt.h:193
t_rt::lgMaserSetDR
bool lgMaserSetDR
Definition:
rt.h:201
t_rt::lgFstOn
bool lgFstOn
Definition:
rt.h:187
t_rt
Definition:
rt.h:156
t_rt::zero
void zero()
Definition:
rt.cpp:7
cddefines.h
DEBUG_ENTRY
#define DEBUG_ENTRY(funcname)
Definition:
cddefines.h:723
t_rt::DoubleTau
realnum DoubleTau
Definition:
rt.h:178
t_rt::dTauMase
realnum dTauMase
Definition:
rt.h:198
t_rt::lgMaserCapHit
bool lgMaserCapHit
Definition:
rt.h:205
rt
t_rt rt
Definition:
rt.cpp:5
Generated by
1.8.5