| # | Line 473 | Line 473 | template<typename T> class ZConstraint : public T { (p | |
|---|---|---|
| 473 | ||
| 474 | }; | |
| 475 | ||
| 476 | + | /* |
| 477 | class OOPSEMinimizerBase : public RealIntegrator { | |
| 478 | public: | |
| 479 | ||
| # | Line 484 | Line 485 | class OOPSEMinimizerBase : public RealIntegrator { | |
| 485 | vector<double> getCoor(); | |
| 486 | void output(vector<double>& x, int iteration); | |
| 487 | int getDim() {return dim;} | |
| 488 | + | void constraintMove(); |
| 489 | + | void shakeF(); |
| 490 | + | void shakeR(); |
| 491 | protected: | |
| 492 | ||
| 493 | int dim; | |
| # | Line 494 | Line 498 | class OOPSEMinimizerBase : public RealIntegrator { | |
| 498 | // public: | |
| 499 | // void writeOutput(); | |
| 500 | //}; | |
| 501 | < | |
| 501 | > | */ |
| 502 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |