| # | Line 42 | Line 42 | |
|---|---|---|
| 42 | #include <cstring> | |
| 43 | #include "visitors/AtomVisitor.hpp" | |
| 44 | #include "primitives/DirectionalAtom.hpp" | |
| 45 | – | #include "math/MatVec3.h" |
| 45 | #include "primitives/RigidBody.hpp" | |
| 46 | ||
| 47 | namespace oopse { | |
| # | Line 381 | Line 380 | void DefaultAtomVisitor::visit(DirectionalAtom *datom) | |
| 380 | return; | |
| 381 | ||
| 382 | pos = datom->getPos(); | |
| 383 | < | u = datom->getElectroFrame().getColumn(3); |
| 383 | > | u = datom->getElectroFrame().getColumn(2); |
| 384 | ||
| 385 | atomData = new AtomData; | |
| 386 | atomData->setID("ATOMDATA"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |