cloudy  trunk
cddefines.cpp
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 /* out-of-line constructor for assert -- put breakpoint in this
4  routine to trap assert throws for IDEs without built-in facility. */
5 #include "cddefines.h"
6 
7 FILE *ioQQQ;
8 FILE *ioStdin;
9 FILE* ioPrnErr;
10 bool lgAbort;
13 bool lgPrnErr;
14 long int nzone;
15 double fnzone;
16 long int iteration;
17 bad_assert::bad_assert(const char* file, long line, const char* comment):
18  p_file(file), p_line(line), p_comment(comment)
19 {
20 }
lgAbort
bool lgAbort
Definition: cddefines.cpp:10
ioQQQ
FILE * ioQQQ
Definition: cddefines.cpp:7
ioStdin
FILE * ioStdin
Definition: cddefines.cpp:8
lgTestCodeCalled
bool lgTestCodeCalled
Definition: cddefines.cpp:11
lgPrnErr
bool lgPrnErr
Definition: cddefines.cpp:13
nzone
long int nzone
Definition: cddefines.cpp:14
bad_assert::bad_assert
bad_assert(const char *file, long line, const char *comment)
Definition: cddefines.cpp:17
lgTestCodeEnabled
bool lgTestCodeEnabled
Definition: cddefines.cpp:12
ioPrnErr
FILE * ioPrnErr
Definition: cddefines.cpp:9
cddefines.h
iteration
long int iteration
Definition: cddefines.cpp:16
fnzone
double fnzone
Definition: cddefines.cpp:15