cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
oxy.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 "oxy.h"
6 
7 void t_oxy::zero()
8 {
9  DEBUG_ENTRY( "t_oxy::zero()" );
10  poiii2 = 0.;
11  poiii3 = 0.;
12  poiexc = 0.;
13 
14  d5007r = 0.;
15  d6300 = 0.;
16 }
realnum poiii3
Definition: oxy.h:19
Definition: oxy.h:11
void zero()
Definition: oxy.cpp:7
realnum poiii2
Definition: oxy.h:19
realnum poiexc
Definition: oxy.h:19
#define DEBUG_ENTRY(funcname)
Definition: cddefines.h:729
realnum d6300
Definition: oxy.h:19
t_oxy oxy
Definition: oxy.cpp:5
realnum d5007r
Definition: oxy.h:19