cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cddefines.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 /* 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 }
FILE * ioQQQ
Definition: cddefines.cpp:7
long int nzone
Definition: cddefines.cpp:14
bad_assert(const char *file, long line, const char *comment)
Definition: cddefines.cpp:17
long int iteration
Definition: cddefines.cpp:16
bool lgTestCodeEnabled
Definition: cddefines.cpp:12
FILE * ioPrnErr
Definition: cddefines.cpp:9
bool lgTestCodeCalled
Definition: cddefines.cpp:11
bool lgPrnErr
Definition: cddefines.cpp:13
double fnzone
Definition: cddefines.cpp:15
bool lgAbort
Definition: cddefines.cpp:10
FILE * ioStdin
Definition: cddefines.cpp:8