Skip to content
Snippets Groups Projects

replace std::cerr with the Athena logging service in Herwig7.h

Merged Tetiana Moskalets requested to merge temoskal/athena:patch-4 into master-H7fix
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -76,9 +76,7 @@ public:
/// Bail out and print usage information
virtual void quitWithHelp() const {
std::cerr << "=================================\n";
std::cerr << "HERE I CAN PUT SOME ERROR MESSAGE\n";
std::cerr << "=================================\n";
ATH_MSG_ERROR("HERE I CAN PUT SOME ERROR MESSAGE")
ThePEG::Repository::cleanup();
exit( EXIT_FAILURE );
}
Loading