| # | Line 484 | Line 484 | class OOPSEMinimizerBase : public RealIntegrator { | |
|---|---|---|
| 484 | vector<double> getCoor(); | |
| 485 | void output(vector<double>& x, int iteration); | |
| 486 | int getDim() {return dim;} | |
| 487 | + | void constraintMove(); |
| 488 | + | void shakeF(); |
| 489 | + | void shakeR(); |
| 490 | protected: | |
| 491 | ||
| 492 | int dim; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |