| # | Line 132 | Line 132 | class OOPSEMinimizer : public RealIntegrator{ | |
|---|---|---|
| 132 | // current iteration number | |
| 133 | int curIter; | |
| 134 | //status of minimization | |
| 135 | < | int minStatus;; |
| 135 | > | int minStatus; |
| 136 | ||
| 137 | //flag of verbose mode | |
| 138 | bool bVerbose; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |