Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4HadronicDeprecate.hh File Reference
#include "G4ios.hh"
#include "G4Types.hh"

Go to the source code of this file.

Macros

#define G4HadronicDeprecate(name)
 

Macro Definition Documentation

◆ G4HadronicDeprecate

#define G4HadronicDeprecate (   name)
Value:
{\
static G4bool dowarn=true;\
if (dowarn) \
G4cout << "WARNING: " << name << " is deprecated and will be removed in GEANT4 version 10.0." \
<< G4endl;\
dowarn=false;\
}
bool G4bool
Definition: G4Types.hh:67
#define G4endl
Definition: G4ios.hh:52
G4DLLIMPORT std::ostream G4cout

Definition at line 33 of file G4HadronicDeprecate.hh.