cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
cddefines.cpp
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 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
;
11
bool
lgTestCodeCalled
;
12
bool
lgTestCodeEnabled
;
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
}
ioQQQ
FILE * ioQQQ
Definition:
cddefines.cpp:7
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
iteration
long int iteration
Definition:
cddefines.cpp:16
lgTestCodeEnabled
bool lgTestCodeEnabled
Definition:
cddefines.cpp:12
ioPrnErr
FILE * ioPrnErr
Definition:
cddefines.cpp:9
cddefines.h
lgTestCodeCalled
bool lgTestCodeCalled
Definition:
cddefines.cpp:11
lgPrnErr
bool lgPrnErr
Definition:
cddefines.cpp:13
fnzone
double fnzone
Definition:
cddefines.cpp:15
lgAbort
bool lgAbort
Definition:
cddefines.cpp:10
ioStdin
FILE * ioStdin
Definition:
cddefines.cpp:8
Generated by
1.8.5