| # | Line 105 | Line 105 | class RigidBody : public StuntDouble { (protected) | |
|---|---|---|
| 105 | ||
| 106 | bool is_linear; | |
| 107 | int linear_axis; | |
| 108 | < | const static double momIntTol = 1e-6; |
| 108 | > | double momIntTol; |
| 109 | ||
| 110 | vector<Atom*> myAtoms; // the vector of atoms | |
| 111 | vector<vec3> refCoords; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |