#include <strstream>
Go to the source code of this file.
◆ FATAL_MACRO
Value:do{std::ostrstream message; \
message <<__FILE__<<
":"<<__LINE__<<
": "<<
output<<
'\0';\
::FATAL(message.str()); }while(0)
*******INTEGER m_nBinMax INTEGER m_NdiMax !No of bins in histogram for cell exploration division $ !Last vertex $ !Last active cell $ !Last cell in buffer $ !No of sampling when dividing cell $ !No of function total $ !Flag for random ceel for $ !Flag for type of for WtMax $ !Flag which decides whether vertices are included in the sampling $ entire domain is hyp !Maximum effective eevents per saves r n generator level $ !Flag for chat level in output
Definition at line 20 of file Calibration/facilities/facilities-00-00-04/facilities/error.h.
20#define FATAL_MACRO(output)\
21do{std::ostrstream message; \
22 message <<__FILE__<<":"<<__LINE__<<": "<<output<<'\0';\
23::FATAL(message.str()); }while(0)
Referenced by xmlBase::IFile::getBool(), xmlBase::IFile::getDoubleVector(), and xmlBase::IFile::getIntVector().
◆ WARNING_MACRO
#define WARNING_MACRO |
( |
| output | ) |
|
Value:do{std::ostrstream message; \
message <<__FILE__<<
":"<<__LINE__<<
": "<<
output<<
'\0';\
::WARNING(message.str()); message.freeze(false); }while(0)
Definition at line 25 of file Calibration/facilities/facilities-00-00-04/facilities/error.h.
25#define WARNING_MACRO(output)\
26do{std::ostrstream message; \
27 message <<__FILE__<<":"<<__LINE__<<": "<<output<<'\0';\
28::WARNING(message.str()); message.freeze(false); }while(0)
◆ FATAL()
void FATAL |
( |
const char * | | ) |
|
|
extern |
◆ WARNING()
void WARNING |
( |
const char * | | ) |
|
|
extern |