| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #include <math.h> | |
| 2 | ||
| 3 | < | #include "Atom.hpp" | 
| 4 | < | #include "DirectionalAtom.hpp" | 
| 5 | < | #include "simError.h" | 
| 6 | < | #include "MatVec3.h" | 
| 3 | > | #include "primitives/Atom.hpp" | 
| 4 | > | #include "primitives/DirectionalAtom.hpp" | 
| 5 | > | #include "utils/simError.h" | 
| 6 | > | #include "math/MatVec3.h" | 
| 7 | ||
| 8 | void DirectionalAtom::zeroForces() { | |
| 9 | if( hasCoords ){ | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |