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

Function get_debug_level

src/CoolPropLib.cpp:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 return (T_F + 459.67) * 5 / 9;
330}
331EXPORT_CODE int CONVENTION get_debug_level() {
332 return CoolProp::get_debug_level();
333}
334EXPORT_CODE void CONVENTION set_debug_level(int level) {
335 CoolProp::set_debug_level(level);
336}

Callers 2

convert_from_kSI_to_SIFunction · 0.70
convert_from_SI_to_kSIFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected