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

Method clearValues

src/model/ScheduleDay.cpp:421–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419 }
420
421 void ScheduleDay_Impl::clearValues() {
422 this->clearExtensibleGroups();
423
424 addValue(Time(1, 0), 0.0);
425 }
426
427 void ScheduleDay_Impl::ensureNoLeapDays() {
428 // nothing to do

Callers 2

addExampleSchedulesFunction · 0.80
TEST_FFunction · 0.80

Calls 2

clearExtensibleGroupsMethod · 0.80
TimeClass · 0.70

Tested by 1

TEST_FFunction · 0.64