From a561e85775bb416f30020bac606124aed64e2135 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 8 Oct 2008 20:30:29 +0000 Subject: [PATCH] Took out an unnecessary call. --- test_problems/cathermo/HMW_graph_VvT/HMW_graph_VvT.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test_problems/cathermo/HMW_graph_VvT/HMW_graph_VvT.cpp b/test_problems/cathermo/HMW_graph_VvT/HMW_graph_VvT.cpp index f4585a871..40f7aea57 100755 --- a/test_problems/cathermo/HMW_graph_VvT/HMW_graph_VvT.cpp +++ b/test_problems/cathermo/HMW_graph_VvT/HMW_graph_VvT.cpp @@ -255,7 +255,6 @@ int main(int argc, char **argv) /* * Calculate the molar volume of solution */ - HMW->calcDensity(); double dsoln = HMW->density(); meanMW = HMW->meanMolecularWeight(); double molarV = meanMW / dsoln;