Silence warning about Tmin missing for sL

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-11-24 10:23:23 -05:00
parent 6c54406634
commit 705785a1a1

View File

@@ -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;
}