Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addExampleSchedules
Function · 0.80
TEST_F
Function · 0.80
Calls
2
clearExtensibleGroups
Method · 0.80
Time
Class · 0.70
Tested by
1
TEST_F
Function · 0.64