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