Include dependency graph for messaging.cpp:
Go to the source code of this file.
Functions | |
void | FatalError (string routine, string error, bool writeLog) |
Always write out a Fatal Error message, then exit badly. | |
void | SevereError (string routine, string error) |
Always write out a Severe Error message, then attempt to throw an exception. | |
void | Warning (string routine, string warning) |
Only show a warning if required. | |
void | Info (string routine, string info) |
Only show information if required. | |
void | Unimplemented (string routine, string info) |
Only show information if required. | |
string | pastenum (string front, double back) |
gizmo to paste doubles on the backs of strings | |
string | pastenum (string front, int back) |
gizmo to paste ints on the backs of strings | |
Variables | |
GlobalParameterClass | Global |
ENDLClass | ENDL |
MessageLogger | messageLog |
Definition in file messaging.cpp.
|
Definition at line 51 of file messaging.cpp. References ENDLClass::C, ENDL, ENDLClass::F, ENDLClass::I, MessageLogger::logMessage(), messageLog, ENDLClass::S, ENDLClass::T, and MessageLogger::write(). Referenced by b6stream::b6stream(), ENDLClass::get_Z(), ENDLClass::global(), bdflsClass::read(), and b6stream::readENDF(). |
|
|
|
Definition at line 94 of file messaging.cpp. Referenced by phase_space::expand_E_in(), LoadGammaData(), LoadMF13Data(), LoadMF3Data(), LoadMF4Data(), LoadMF5Data(), LoadMF6Data(), multiplicity::set_max_mult(), multiplicity::set_min_mult(), and MF14_list::strip_zero_multiplicity(). |
|
|
|
|
Definition at line 45 of file messaging.cpp. |
|
Definition at line 44 of file messaging.cpp. |
|
Definition at line 46 of file messaging.cpp. Referenced by FatalError(), main(), SevereError(), Unimplemented(), and Warning(). |