Modified the test for the current development work.

This commit is contained in:
Harry Moffat 2009-09-15 17:33:49 +00:00
parent b4ea13ebd6
commit 5d50aeef0e

View file

@ -6,7 +6,7 @@
#include <cmath>
using namespace std;
using namespace Cantera;
double numdpdt(WaterPropsIAPWS *water, double T, double pres) {
double rho = water->density(T, pres);