14 bool ToF_LOGGING =
false;
21 #pragma omp critical (pyprint) void _message(const Str &msg)
Print to standard output.
This file has definitions of messaging functions.
std::string Str
Str is an alias for string.
void warning(const Str &msg)
Waning with a message.
void log(const Str &msg)
Logging a message.
Namespace for utility functions.
void log_switch(bool input)
Switch on/off logging.
This file includes pybind11 and defines an alias for the namespace pybind11.