46 #include <Xyce_config.h>
48 #include <N_UTL_fwd.h>
55 #include <N_ERH_ErrorMgr.h>
61 void error(
const std::string &msg)
63 N_ERH_ErrorMgr::report(N_ERH_ErrorMgr::DEV_FATAL, msg);
68 N_ERH_ErrorMgr::report(N_ERH_ErrorMgr::USR_WARNING_0, msg);
71 void info(
const std::string &msg)
73 Xyce::lout() << msg << std::endl;
Pure virtual class to augment a linear system.
void info(const std::string &msg)
void error(const std::string &msg)
void warning(const std::string &msg)