From 2f97bbf473d8d5034c82be2bd26d51617bf56a21 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 16 Oct 2008 22:42:19 +0000 Subject: [PATCH] Dumbed down the test again --- test_problems/cathermo/testIAPWSPres/testPress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/cathermo/testIAPWSPres/testPress.cpp b/test_problems/cathermo/testIAPWSPres/testPress.cpp index acc2f5994..1ab7e11c5 100644 --- a/test_problems/cathermo/testIAPWSPres/testPress.cpp +++ b/test_problems/cathermo/testIAPWSPres/testPress.cpp @@ -171,7 +171,7 @@ int main () { rho = water->density(T,pres); betaNum = dpdt * 18.015268 /( 8.314371E3 * rho); - printf("betaNum = %20.11g\n", betaNum); + printf("betaNum = %20.10g\n", betaNum); alpha = water->coeffThermExp(); printf("alpha = %20.13g\n", alpha);