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