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

Function createSITime

src/utilities/units/SIUnit.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 return SIUnit(SIExpnt(0, 1));
102}
103SIUnit createSITime() {
104 return SIUnit(SIExpnt(0, 0, 1));
105}
106SIUnit createSITemperature() {
107 return SIUnit(SIExpnt(0, 0, 0, 1));
108}

Callers 2

TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68