Took out an unnecessary call.

This commit is contained in:
Harry Moffat 2008-10-08 20:30:29 +00:00
parent 0061954b00
commit a561e85775

View file

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