MADNESS
0.10.1
|
Implementation of functions defined in print.h. More...
Namespaces | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
Functions | |
void | madness::print_centered (const char *s, int column=40, bool underline=true) |
Print a string centered at the given column with optional underlining. More... | |
void | madness::print_header1 (const std::string &s) |
big section heading More... | |
void | madness::print_header2 (const std::string &s) |
medium section heading More... | |
void | madness::print_header3 (const std::string &s) |
small section heading More... | |
void | madness::print_justified (const char *s, int column=0, bool underline=true) |
Print a string justified on the left to start at the given column with optional underlining. More... | |
void | madness::printf_msg_energy_time (const std::string msg, const double energy, const double time) |
Implementation of functions defined in print.h.