9 #include <boost/program_options.hpp>
29 int main(
int argc,
char * argv[])
31 Core::instance().initiate(argc, argv);
38 ExceptionManager::instance().ExceptionOutputs =
false;
39 ExceptionManager::instance().ExceptionDumps =
true;
40 ExceptionManager::instance().ExceptionAborts =
false;
41 AssertionManager::instance().AssertionThrows =
true;
44 options_description
desc;
47 desc.add(BasicCommands::description());
48 desc.add(Commands::description());
61 catch ( std::exception& ex )
70 Core::instance().terminate();
Base class for all Exceptions in CF.
Real e()
Definition of the Unit charge [C].
const char * what() const
Top-level namespace for coolfluid.
LoadBalance::LoadBalance(const std::string &name) std::string desc
coolfluid3 header, included almost everywhere
Most basic kernel library.
int main(int argc, char *argv[])