ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/simpleBuilder/simpleBuilder.cpp
(Generate patch)

Comparing branches/development/src/applications/simpleBuilder/simpleBuilder.cpp (file contents):
Revision 1725 by gezelter, Sat May 26 18:13:43 2012 UTC vs.
Revision 1808 by gezelter, Mon Oct 22 20:42:10 2012 UTC

# Line 157 | Line 157 | int main(int argc, char *argv []) {
157  
158    // Calculate lattice constant (in Angstroms)
159  
160 <  RealType avgMass = getMolMass(oldInfo->getMoleculeStamp(0),
161 <                                  oldInfo->getForceField());
160 >  RealType avgMass = MoLocator::getMolMass(oldInfo->getMoleculeStamp(0),
161 >                                           oldInfo->getForceField());
162  
163    latticeConstant = pow(rhoConvertConst * nMolPerCell * avgMass / density,
164                          (RealType)(1.0 / 3.0));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines