Update a few tests to hopefully make them pass

This commit is contained in:
Ian Bell
2015-11-14 21:27:39 -07:00
parent 0b9bd17067
commit ca3bcbe6b4
2 changed files with 3 additions and 3 deletions

View File

@@ -1810,8 +1810,8 @@ TEST_CASE("Check REFPROP and CoolProp values agree","[REFPROP]")
double delta_a1 = (s_CP-s_RP)/(S1->gas_constant()/S1->molar_mass());
double delta_a2 = -(h_CP - h_RP)/(S1->gas_constant()/S1->molar_mass()*S1->get_reducing_state().T);
CAPTURE(delta_a1);
CAPTURE(delta_a2);
CAPTURE(format("%0.16f",delta_a1));
CAPTURE(format("%0.16f",delta_a2));
CAPTURE(Name);
CAPTURE(RPName);