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

Function createIPLength

src/utilities/units/IPUnit.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159IPUnit createIPLength() {
160 return IPUnit(IPExpnt(0, 1));
161}
162
163IPUnit createIPTime() {
164 return IPUnit(IPExpnt(0, 0, 1));

Callers 2

unitsMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68