| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |