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

Comparing trunk/OOPSE/libmdtools/OOPSEMinimizerBase.cpp (file contents):
Revision 1063 by tim, Tue Feb 17 19:23:44 2004 UTC vs.
Revision 1064 by tim, Tue Feb 24 15:44:45 2004 UTC

# Line 349 | Line 349 | void OOPSEMinimizerBase::shakeR(){
349              a = atoms[a]->getGlobalIndex();
350              b = atoms[b]->getGlobalIndex();
351   #endif //is_mpi
352 <            //cerr << "Waring: constraint failure" << endl;
352 >            cerr << "Waring: constraint failure" << endl;
353              gab = sqrt(rabsq/pabsq);
354              rab[0] = (posA[0] - posB[0])*gab;
355              rab[1]= (posA[1] - posB[1])*gab;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines