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

Method resetDoZoneSizingCalculation

src/model/SimulationControl.cpp:357–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 }
356
357 void SimulationControl_Impl::resetDoZoneSizingCalculation() {
358 bool result = setString(OS_SimulationControlFields::DoZoneSizingCalculation, "");
359 OS_ASSERT(result);
360 }
361
362 bool SimulationControl_Impl::setDoSystemSizingCalculation(bool doSystemSizingCalculation) {
363 bool result = false;

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64