Added failing tests for minimum pressure of melting curves

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-09-09 00:21:02 +02:00
parent 494c27fa8b
commit 7757311a48

View File

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