47 G4bool G4GeometryTolerance::fInitialised =
false;
48 G4double G4GeometryTolerance::fCarTolerance = 1E-9*
mm;
49 G4double G4GeometryTolerance::fAngTolerance = 1E-9*
rad;
50 G4double G4GeometryTolerance::fRadTolerance = 1E-9*
mm;
78 fInstance = &theToleranceManager;
111 fCarTolerance = worldExtent*1E-11;
116 G4cout <<
"WARNING - G4GeometryTolerance::SetSurfaceTolerance()" <<
G4endl
117 <<
" Tolerance can only be set once. Currently set to: "
118 << fCarTolerance/
mm <<
" mm." <<
G4endl;
119 G4Exception(
"G4GeometryTolerance::SetSurfaceTolerance()",
121 "The tolerance has been already set!");