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

Comparing trunk/OOPSE-4/src/visitors/AtomVisitor.cpp (file contents):
Revision 2581 by xsun, Thu Feb 2 15:49:42 2006 UTC vs.
Revision 2749 by tim, Wed May 10 01:44:48 2006 UTC

# Line 219 | Line 219 | namespace oopse {
219      strIter = linearAtomType.find(atomType);
220  
221      return strIter != linearAtomType.end() ? true : false;
222 +  }
223 +
224 +  void LinearAtomVisitor::addGayBerneAtomType(const std::string& atomType){
225 +   linearAtomType.insert(atomType);
226    }
227  
228    void LinearAtomVisitor::visit(DirectionalAtom* datom){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines