ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/visitors/OtherVisitor.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/visitors/OtherVisitor.cpp (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1625 by tim, Thu Oct 21 16:22:01 2004 UTC

# Line 1 | Line 1
1 < #include "OtherVisitor.hpp"
2 < #include "DirectionalAtom.hpp"
3 < #include "RigidBody.hpp"
4 < #include "Molecule.hpp"
5 < #include "SimInfo.hpp"
1 > #include "visitors/OtherVisitor.hpp"
2 > #include "primitives/DirectionalAtom.hpp"
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines