ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Rattle.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Rattle.cpp (file contents):
Revision 1283 by tim, Wed Jun 9 16:16:33 2004 UTC vs.
Revision 1284 by tim, Mon Jun 21 18:52:21 2004 UTC

# Line 193 | Line 193 | int DCRattleBFunctor::operator()(ConstraintAtom* consA
193        velB[2] -= rmb * dz;
194  
195        consAtom2->setVel(velB);
196 +      return consSuccess;
197      }
198 <    return consSuccess;
198 >    else
199 >      return consAlready;
200 >
201   }
202  
203  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines