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

Function createIPAngle

src/utilities/units/IPUnit.cpp:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183IPUnit createIPAngle() {
184 return IPUnit(IPExpnt(0, 0, 0, 0, 0, 0, 0, 0, 1));
185}
186
187IPUnit createIPSolidAngle() {
188 return IPUnit(IPExpnt(0, 0, 0, 0, 0, 0, 0, 0, 0, 1));

Callers 1

unitsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected