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

Function force_unload_REFPROP

src/Backends/REFPROP/REFPROPMixtureBackend.cpp:2801–2813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2799 }
2800}
2801bool force_unload_REFPROP() {
2802 std::string err;
2803 if (!unload_REFPROP(err)) {
2804 if (CoolProp::get_debug_level() > 5) {
2805 std::cout << format("Error while unloading REFPROP: %s", err) << '\n';
2806 }
2807 LoadedREFPROPRef = "";
2808 return false;
2809 } else {
2810 LoadedREFPROPRef = "";
2811 return true;
2812 }
2813}
2814
2815void REFPROP_SETREF(char* hrf, int ixflag, double* x0, double& h0, double& s0, double& T0, double& p0, int& ierr, char* herr, int l1, int l2) {
2816 std::string err;

Callers 2

set_config_stringFunction · 0.85

Calls 2

get_debug_levelFunction · 0.50
formatFunction · 0.50

Tested by

no test coverage detected