cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
peimbt.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 "peimbt.h"
6 
8 {
9  DEBUG_ENTRY( "t_peimbt::zero()" );
10  tsqden = 1e7;
11 }
void zero()
Definition: peimbt.cpp:7
realnum tsqden
Definition: peimbt.h:18
t_peimbt peimbt
Definition: peimbt.cpp:5
#define DEBUG_ENTRY(funcname)
Definition: cddefines.h:729