MCPcopy Create free account
hub / github.com/Geant4/geant4 / CheckNewValue

Method CheckNewValue

source/intercoms/src/G4UIcommand.cc:476–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476G4int G4UIcommand::CheckNewValue(const char* newValue)
477{
478 if (!G4UIparsing::RangeCheck(*this, newValue)) {
479 return fParameterOutOfRange;
480 }
481 return 0; // succeeded
482}

Callers 1

DoItMethod · 0.45

Calls 1

RangeCheckFunction · 0.85

Tested by

no test coverage detected