This commit is contained in:
Ian Bell
2014-08-01 18:53:38 +02:00
37 changed files with 748 additions and 180 deletions

View File

@@ -469,7 +469,6 @@ TEST_CASE("Internal consistency checks and example use cases for the incompressi
CAPTURE(res);
CHECK( check_abs(val,res,acc) );
}
CoolProp::set_debug_level(100);
// ... as %
res = CoolProp::PropsSI("D","T",T,"P",p,fluid+format("-%f%s",x*100.0,"%"));
{