# | Line 2 | Line 2 | |
---|---|---|
2 | ||
3 | #include "Atom.hpp" | |
4 | ||
5 | + | double* Atom::pos; // the position array |
6 | + | double* Atom::vel; // the velocity array |
7 | + | double* Atom::frc; // the forc array |
8 | + | double* Atom::trq; // the torque vector ( space fixed ) |
9 | + | |
10 | void DirectionalAtom::setA( double the_A[3][3] ){ | |
11 | ||
12 | Axx = the_A[0][0]; Axy = the_A[0][1]; Axz = the_A[0][2]; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |