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

Comparing trunk/OOPSE/libmdtools/PRCG.cpp (file contents):
Revision 1064 by tim, Tue Feb 24 15:44:45 2004 UTC vs.
Revision 1066 by tim, Tue Feb 24 16:36:33 2004 UTC

# Line 13 | Line 13 | int PRCGMinimizer::step(){
13   int PRCGMinimizer::step(){
14    int lsStatus;
15    
16 +  prevF = curF;
17 +  prevG = curG;
18 +  prevX = curX;
19 +
20    //optimize along the search direction and reset minimum point value
21      lsStatus = doLineSearch(direction, stepSize);
22  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines