| # | Line 59 | Line 59 | namespace oopse { | |
|---|---|---|
| 59 | virtual int checkConvg(); | |
| 60 | protected: | |
| 61 | ||
| 62 | < | std::vector<double> direction; | 
| 63 | < | double prevF; | 
| 64 | < | double stepSize; | 
| 62 | > | std::vector<RealType> direction; | 
| 63 | > | RealType prevF; | 
| 64 | > | RealType stepSize; | 
| 65 | ||
| 66 | }; | |
| 67 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |