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

Comparing trunk/OOPSE/libmdtools/ConjugateMinimizer.cpp (file contents):
Revision 1056 by tim, Tue Feb 10 21:33:44 2004 UTC vs.
Revision 1057 by tim, Tue Feb 17 19:23:44 2004 UTC

# Line 122 | Line 122 | void ConjugateMinimizerBase::minimize(){
122  
123    // if writeFrq is not a multipiler of maxIteration, we need to write the final result
124    // otherwise, we already write it inside the loop, just skip it
125 <  if(currentIter != (nextWriteIter - writeFrq))
125 >  if(currentIter - 1 != (nextWriteIter - writeFrq))
126      writeOut(minX, currentIter);
127  
128    minStatus = MINSTATUS_MAXITER;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines