mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Fixed bug with 3 character long fluid names
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -483,7 +483,6 @@ TEST_CASE("Check inputs to PropsSI","[PropsSI]")
|
||||
SECTION("Single state, trivial output, pure incompressible"){
|
||||
CHECK(ValidNumber(CoolProp::PropsSI("Tmin","P",0,"T",0,"INCOMP::DowQ")));
|
||||
};
|
||||
std::cout << get_global_param_string("errstring");
|
||||
SECTION("Bad input pair"){
|
||||
CHECK(!ValidNumber(CoolProp::PropsSI("D","Q",0,"Q",0,"Water")));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user