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 1492 by tim, Fri Sep 24 16:27:58 2004 UTC vs.
Revision 1625 by tim, Thu Oct 21 16:22:01 2004 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines