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

Function createSILength

src/utilities/units/SIUnit.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 return SIUnit(SIExpnt(1));
99}
100SIUnit createSILength() {
101 return SIUnit(SIExpnt(0, 1));
102}
103SIUnit createSITime() {
104 return SIUnit(SIExpnt(0, 0, 1));
105}

Callers 4

unitsMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68