| # | Line 3 | Line 3 | |
|---|---|---|
| 3 | #include "primitives/DirectionalAtom.hpp" | |
| 4 | #include "math/MatVec3.h" | |
| 5 | #include "primitives/RigidBody.hpp" | |
| 6 | + | |
| 7 | + | namespace oopse { |
| 8 | ||
| 9 | void BaseAtomVisitor::visit(RigidBody* rb){ | |
| 10 | //vector<Atom*> myAtoms; | |
| # | Line 253 | Line 255 | const string DefaultAtomVisitor::toString(){ | |
| 255 | ||
| 256 | return result; | |
| 257 | } | |
| 258 | + | |
| 259 | + | }//namespace oopse |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |