| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | #include "RigidBodyVisitor.hpp" |
| 2 | < | #include "RigidBody.hpp" |
| 3 | < | #include "MatVec3.h" |
| 1 | > | #include "visitors/RigidBodyVisitor.hpp" |
| 2 | > | #include "primitives/RigidBody.hpp" |
| 3 | > | #include "math/MatVec3.h" |
| 4 | ||
| 5 | + | namespace oopse { |
| 6 | + | |
| 7 | void LipidHeadVisitor::visit(RigidBody* rb){ | |
| 8 | double pos[3]; | |
| 9 | double u[3] = {0, 0, 1}; | |
| # | Line 137 | Line 139 | const string RBCOMVisitor::toString(){ | |
| 139 | ||
| 140 | } | |
| 141 | ||
| 142 | + | |
| 143 | + | }//namespace oopse |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |