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

Comparing branches/development/src/brains/SimInfo.cpp (file contents):
Revision 1586 by gezelter, Tue Jun 21 06:34:35 2011 UTC vs.
Revision 1587 by gezelter, Fri Jul 8 20:25:32 2011 UTC

# Line 859 | Line 859 | namespace OpenMD {
859      massFactors_.clear();
860      massFactors_.resize(getNAtoms(), 1.0);
861      
862    cerr << "mfs in si = " << massFactors_.size() << "\n";
862      for(mol = beginMolecule(mi); mol != NULL; mol = nextMolecule(mi)) {        
863        for (cg = mol->beginCutoffGroup(ci); cg != NULL;
864             cg = mol->nextCutoffGroup(ci)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines