| # | Line 165 | Line 165 | template<typename T> void NPT<T>::moveA() { | |
|---|---|---|
| 165 | integrableObjects[i]->setPos( pos ); | |
| 166 | } | |
| 167 | ||
| 168 | < | rattle->doRattleA(); |
| 168 | > | consFramework->doConstrainA(); |
| 169 | } | |
| 170 | ||
| 171 | ||
| # | Line 245 | Line 245 | template<typename T> void NPT<T>::moveB( void ){ | |
| 245 | } | |
| 246 | } | |
| 247 | ||
| 248 | < | rattle->doRattleB(); |
| 248 | > | consFramework->doConstrainA(); |
| 249 | ||
| 250 | if ( this->chiConverged() && this->etaConverged() ) break; | |
| 251 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |