19#ifndef GM2_THDM_PROBLEMS_HPP
20#define GM2_THDM_PROBLEMS_HPP
48 void print(std::ostream&)
const;
53 std::vector<std::string> tachyons;
contains problem and warning flags
void flag_tachyon(const std::string &)
void clear()
delete all problems and warnings
void print_warnings(std::ostream &) const
print warnings to stream
bool have_warning() const
returns true if there is a warning
std::string get_warnings() const
get warnings as string
std::string get_problems() const
get problems as string
void print_problems(std::ostream &) const
print problems to stream
void print(std::ostream &) const
print problems and warnings to stream
bool have_tachyon() const
returns true if tachyon exists
void clear_warnings()
delete all warnings
void clear_problems()
delete all problems
bool have_problem() const
returns true if problem has occurred
std::ostream & operator<<(std::ostream &os, const MSSMNoFV_onshell &model)
streaming operator