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

Function printScales

src/utilities/units/ScaleFactory.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131std::string printScales() {
132 std::stringstream outStream;
133 outStream << ScaleFactory::instance();
134 return outStream.str();
135}
136
137std::pair<std::string, std::string> extractScaleAbbreviation(const std::string& str) {
138

Callers 1

TEST_FFunction · 0.85

Calls 1

strMethod · 0.45

Tested by 1

TEST_FFunction · 0.68