| # | Line 43 | Line 43 | |
|---|---|---|
| 43 | ||
| 44 | #include "primitives/RigidBody.hpp" | |
| 45 | ||
| 46 | – | #include "math/MatVec3.h" |
| 46 | ||
| 48 | – | |
| 49 | – | |
| 47 | namespace oopse { | |
| 48 | ||
| 49 | ||
| # | Line 123 | Line 120 | void LipidHeadVisitor::visit(RigidBody* rb){ | |
| 120 | ||
| 121 | atomInfo = new AtomInfo; | |
| 122 | ||
| 123 | < | atomInfo->AtomType = "X"; |
| 123 | > | atomInfo->atomTypeName = "X"; |
| 124 | ||
| 125 | atomInfo->pos[0] = pos[0]; | |
| 126 | ||
| # | Line 251 | Line 248 | void RBCOMVisitor::visit(RigidBody* rb){ | |
| 248 | ||
| 249 | atomInfo = new AtomInfo; | |
| 250 | ||
| 251 | < | atomInfo->AtomType = "X"; |
| 251 | > | atomInfo->atomTypeName = "X"; |
| 252 | ||
| 253 | atomInfo->pos[0] = pos[0]; | |
| 254 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |