19#include "OpenMEEGConfigure.h"
23 inline void dispEllapsed(
const std::chrono::duration<double> elapsed_seconds) {
24 std::cout <<
"-------------------------------------------" << std::endl
25 <<
"| Elapsed Time: " << elapsed_seconds.count() <<
" s." << std::endl
26 <<
"-------------------------------------------" << std::endl;
31 std::cout <<
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" << std::endl
32 <<
"!!!!!!!!!!! WARNING !!!!!!!!!!!" << std::endl
33 <<
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" << std::endl
34 << message << std::endl;
void warning(const std::string &message)
void dispEllapsed(const std::chrono::duration< double > elapsed_seconds)