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

Method ResetFailure

source/intercoms/include/G4UIcommand.hh:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 inline G4int IfCommandFailed() { return commandFailureCode; }
170 inline const G4String& GetFailureDescription() { return failureDescription; }
171 inline void ResetFailure()
172 {
173 commandFailureCode = 0;
174 failureDescription = "";
175 }
176
177 public:
178 enum CommandType

Callers 2

ApplyCommandMethod · 0.80
SetNewValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected