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

Comparing branches/development/src/optimization/Problem.hpp (file contents):
Revision 1741 by gezelter, Tue Jun 5 18:02:44 2012 UTC vs.
Revision 1747 by gezelter, Wed Jun 6 15:52:25 2012 UTC

# Line 68 | Line 68 | namespace QuantLib {
68  
69          void setCurrentValue(const DynamicVector<RealType>& currentValue) {
70              currentValue_=currentValue;
71 <            statusFunction_.writeStatus();
71 >            statusFunction_.writeStatus(currentValue);
72          }
73  
74          //! current value of the local minimum

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines