completed successfully
| 40 | |
| 41 | /// completed successfully |
| 42 | bool ErrorFile::completedSuccessfully() const { |
| 43 | return m_completedSuccessfully; |
| 44 | } |
| 45 | |
| 46 | void ErrorFile::parse(openstudio::filesystem::ifstream& is) { |
| 47 | std::string line; |
no outgoing calls