| # | Line 3 | Line 3 | |
|---|---|---|
| 3 | #include "primitives/RigidBody.hpp" | |
| 4 | #include "primitives/Molecule.hpp" | |
| 5 | #include "brains/SimInfo.hpp" | |
| 6 | + | |
| 7 | + | namespace oopse { |
| 8 | + | |
| 9 | //----------------------------------------------------------------------------// | |
| 10 | void IgnoreVisitor::visit(Atom* atom){ | |
| 11 | if(isIgnoreType(atom->getType())) | |
| # | Line 490 | Line 493 | const string WaterTypeVisitor:: toString(){ | |
| 493 | return result; | |
| 494 | } | |
| 495 | ||
| 496 | + | |
| 497 | + | }//namespace oopse |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |