Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
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

#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;\
}
const XML_Char * name
G4GLOB_DLL std::ostream G4cout
bool G4bool
Definition: G4Types.hh:79
#define G4endl
Definition: G4ios.hh:61

Definition at line 33 of file G4HadronicDeprecate.hh.

Referenced by G4AntiNeutronAnnihilationAtRest::G4AntiNeutronAnnihilationAtRest(), and G4HadronElasticProcess::SetLowestEnergyNeutron().