ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/primitives/CutoffGroup.hpp
(Generate patch)

Comparing branches/development/src/primitives/CutoffGroup.hpp (file contents):
Revision 1551 by gezelter, Thu Apr 28 18:38:21 2011 UTC vs.
Revision 1581 by gezelter, Mon Jun 13 22:13:12 2011 UTC

# Line 108 | Line 108 | namespace OpenMD {
108        totalMass = getMass();
109        
110        if (cutoffAtomList.size() == 1) {
111        std::cerr << "YO!\n";
112        std::cerr << "atipos = " << beginAtom(i)->getPos() << "\n";
113        std::cerr << "lI = " << localIndex_ << "\n";
114
111          data.position[localIndex_] = beginAtom(i)->getPos();
116        std::cerr << "YOYO!\n";
112        } else {
113          data.position[localIndex_] = V3Zero;
114          for(atom = beginAtom(i); atom != NULL; atom = nextAtom(i)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines