19#include "BDSWarning.hh"
26void BDS::Warning(
const G4String& message)
28 G4cout << G4endl << G4endl <<
"WARNING: " << message << G4endl << G4endl;
29 std::this_thread::sleep_for(std::chrono::seconds(2));
32void BDS::Warning(
const G4String& methodName,
33 const G4String& message)
35 G4cout << G4endl << G4endl <<
"WARNING: " << methodName <<
" " << message << G4endl << G4endl;
36 std::this_thread::sleep_for(std::chrono::seconds(2));