| # | Line 35 | Line 35 | class Integrator : public BaseIntegrator { (protected) | |
|---|---|---|
| 35 | ||
| 36 | void checkConstraints( void ); | |
| 37 | void rotate( int axes1, int axes2, double angle, double j[3], | |
| 38 | < | double A[9] ); | 
| 38 | > | double A[3][3] ); | 
| 39 | ||
| 40 | ||
| 41 | ForceFields* myFF; | |
| # | Line 62 | Line 62 | class Integrator : public BaseIntegrator { (protected) | |
| 62 | ||
| 63 | double dt; | |
| 64 | double dt2; | |
| 65 | – | |
| 66 | – | double* pos; | 
| 67 | – | double* vel; | 
| 68 | – | double* frc; | 
| 69 | – | double* trq; | 
| 70 | – | double* Amat; | 
| 65 | ||
| 66 | Thermo *tStats; | |
| 67 | StatWriter* statOut; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |