| 240 | static G4bool DoublePrecisionStr(); |
| 241 | |
| 242 | inline G4int GetLastReturnCode() const { return lastRC; } |
| 243 | |
| 244 | inline bool IsLastCommandOutputTreated() { return fLastCommandOutputTreated; } |
| 245 | inline void SetLastCommandOutputTreated() { fLastCommandOutputTreated = true; } |
no outgoing calls
no test coverage detected