mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Silence warning about Tmin missing for sL
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -1022,7 +1022,7 @@ protected:
|
||||
else{
|
||||
if (get_debug_level() > 0){ std::cout << "Missing sLV ancillary for fluid " << fluid.name; }
|
||||
}
|
||||
if (!ValidNumber(fluid.ancillaries.sL.get_Tmin())){
|
||||
if (!ValidNumber(fluid.ancillaries.sL.get_Tmin()) && get_debug_level()>0){
|
||||
std::cout << "Tmin invalid for sL for " << fluid.name << std::endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user