mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-08 21:05:14 -05:00
polymath
This commit is contained in:
@@ -173,7 +173,7 @@ TEST_CASE("Internal consistency checks and example use cases for PolyMath.cpp","
|
||||
poly2D.setCoefficients(cHeat2D);
|
||||
CHECK_THROWS(poly2D.checkCoefficients(4,5));
|
||||
CHECK_NOTHROW(poly2D.checkCoefficients(2,4));
|
||||
poly2D.checkCoefficients(2,4);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user