| # | Line 210 | Line 210 | template<typename T> void Integrator<T>::integrate(voi | |
|---|---|---|
| 210 | calcForce(1, 1); | |
| 211 | ||
| 212 | //execute constraint algorithm to make sure at the very beginning the system is constrained | |
| 213 | < | consFramework->doPreConstraint(); | 
| 214 | < | consFramework->doConstrainA(); | 
| 215 | < | calcForce(1, 1); | 
| 216 | < | consFramework->doConstrainB(); | 
| 213 | > | //consFramework->doPreConstraint(); | 
| 214 | > | //consFramework->doConstrainA(); | 
| 215 | > | //calcForce(1, 1); | 
| 216 | > | //consFramework->doConstrainB(); | 
| 217 | ||
| 218 | if (info->setTemp){ | |
| 219 | thermalize(); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |