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

Function set_error_string

src/CoolProp.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 warning_string = warning;
101}
102void set_error_string(const std::string& error) {
103 std::scoped_lock lock(message_mutex);
104 error_string = error;
105}
106
107// Return true if the string has "BACKEND::*" format where * signifies a wildcard
108bool has_backend_in_string(const std::string& fluid_string, std::size_t& i) {

Callers 15

CP_set_reference_stateFunction · 0.85
CP_Props1SIFunction · 0.85
CP_PropsSIFunction · 0.85
CP_PropsSImultiFunction · 0.85
CP_PhaseSIFunction · 0.85
CP_HAPropsSIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected