MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / HAHelp

Function HAHelp

src/HumidAirProp.cpp:952–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950 return 1.0;
951}
952void HAHelp() {
953 std::cout << "Sorry, Need to update!";
954}
955int returnHumAirCode(const char* Code) {
956 if (!strcmp(Code, "GIVEN_TDP"))
957 return GIVEN_TDP;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected