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

Method resetDoSystemSizingCalculation

src/model/SimulationControl.cpp:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 }
372
373 void SimulationControl_Impl::resetDoSystemSizingCalculation() {
374 bool result = setString(OS_SimulationControlFields::DoSystemSizingCalculation, "");
375 OS_ASSERT(result);
376 }
377
378 bool SimulationControl_Impl::setDoPlantSizingCalculation(bool doPlantSizingCalculation) {
379 bool result = false;

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64