mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-13 07:15:14 -05:00
Added failing tests for minimum pressure of melting curves
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -351,6 +351,7 @@ TEST_CASE("Tests for values from melting lines", "[melting]")
|
||||
CAPTURE(pmax);
|
||||
CHECK(Tmax > Tmin);
|
||||
CHECK(pmax > pmin);
|
||||
CHECK(pmin > 0);
|
||||
}
|
||||
for (double p = 0.1*(pmax-pmin) + pmin; p < pmax; p += 0.2*(pmax-pmin)){
|
||||
// See https://groups.google.com/forum/?fromgroups#!topic/catch-forum/mRBKqtTrITU
|
||||
|
||||
Reference in New Issue
Block a user