cloudy trunk
Loading...
Searching...
No Matches
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
7FILE *ioQQQ;
8FILE *ioStdin;
9FILE* ioPrnErr;
14long int nzone;
15double fnzone;
16long int iteration;
17bad_assert::bad_assert(const char* file, long line, const char* comment):
18 p_file(file), p_line(line), p_comment(comment)
19{
20}
long int nzone
Definition: cddefines.cpp:14
FILE * ioPrnErr
Definition: cddefines.cpp:9
bool lgTestCodeCalled
Definition: cddefines.cpp:11
FILE * ioQQQ
Definition: cddefines.cpp:7
bool lgTestCodeEnabled
Definition: cddefines.cpp:12
FILE * ioStdin
Definition: cddefines.cpp:8
bool lgPrnErr
Definition: cddefines.cpp:13
bool lgAbort
Definition: cddefines.cpp:10
long int iteration
Definition: cddefines.cpp:16
double fnzone
Definition: cddefines.cpp:15
bad_assert(const char *file, long line, const char *comment)
Definition: cddefines.cpp:17