Geant4-11
Functions | Variables
anonymous_namespace{G4NystromRK4.cc} Namespace Reference

Functions

G4bool notEquals (G4double p1, G4double p2)
 

Variables

constexpr G4int INTEGRATED_COMPONENTS = 6
 

Function Documentation

◆ notEquals()

G4bool anonymous_namespace{G4NystromRK4.cc}::notEquals ( G4double  p1,
G4double  p2 
)

Definition at line 43 of file G4NystromRK4.cc.

44 {
45 return std::fabs(p1 - p2) > perMillion * p2;
46 }
static constexpr double perMillion
Definition: G4SIunits.hh:327

References perMillion.

Referenced by G4NystromRK4::Stepper().

Variable Documentation

◆ INTEGRATED_COMPONENTS

constexpr G4int anonymous_namespace{G4NystromRK4.cc}::INTEGRATED_COMPONENTS = 6
constexpr

Definition at line 47 of file G4NystromRK4.cc.