cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ca.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 "ca.h"
6 
7 void t_ca::zero()
8 {
9  Ca2RmLya = 0.;
10  popca2ex = 0.;
11  Ca3d = 0.;
12  Ca4p = 0.;
13  dstCala = 0.;
14 }
realnum popca2ex
Definition: ca.h:43
void zero()
Definition: ca.cpp:7
t_ca ca
Definition: ca.cpp:5
realnum Ca2RmLya
Definition: ca.h:20
realnum dstCala
Definition: ca.h:36
realnum Ca4p
Definition: ca.h:36
Definition: ca.h:10
realnum Ca3d
Definition: ca.h:36