--- branches/development/src/optimization/Problem.hpp 2012/06/05 18:02:44 1741 +++ branches/development/src/optimization/Problem.hpp 2012/06/06 15:52:25 1747 @@ -68,7 +68,7 @@ namespace QuantLib { void setCurrentValue(const DynamicVector& currentValue) { currentValue_=currentValue; - statusFunction_.writeStatus(); + statusFunction_.writeStatus(currentValue); } //! current value of the local minimum