Import Geant4 10.7.1 source tree

This commit is contained in:
Gabriele Cosmo
2021-02-05 15:10:05 +01:00
parent dab42d2018
commit 3dfcdb544e
281 changed files with 37738 additions and 47638 deletions
+5
View File
@@ -246,6 +246,9 @@ class G4UImanager : public G4VStateDependent
inline G4int GetLastReturnCode() const { return lastRC; }
inline bool IsLastCommandOutputTreated() { return fLastCommandOutputTreated; }
inline void SetLastCommandOutputTreated() { fLastCommandOutputTreated = true; }
protected:
G4UImanager();
@@ -297,6 +300,8 @@ class G4UImanager : public G4VStateDependent
G4ICOMS_DLL static G4bool doublePrecisionStr;
G4int lastRC = 0;
G4bool fLastCommandOutputTreated = true;
};
#endif