Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
100
SIUnit createSILength() {
101
return SIUnit(SIExpnt(0, 1));
102
}
103
SIUnit createSITime() {
104
return SIUnit(SIExpnt(0, 0, 1));
105
}
Callers
4
units
Method · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68