Took out an unnecessary call.
This commit is contained in:
parent
0061954b00
commit
a561e85775
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue