MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / fatalErrors

Method fatalErrors

src/energyplus/ErrorFile.cpp:32–34  ·  view source on GitHub ↗

get fatal errors

Source from the content-addressed store, hash-verified

30
31 /// get fatal errors
32 std::vector<std::string> ErrorFile::fatalErrors() const {
33 return m_fatalErrors;
34 }
35
36 /// did EnergyPlus complete or crash
37 bool ErrorFile::completed() const {

Callers 2

TEST_FFunction · 0.80
runEnergyPlusMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64