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

Comparing trunk/OOPSE-1.0/libmdtools/AtomVisitor.cpp (file contents):
Revision 1334 by gezelter, Fri Jul 16 18:58:03 2004 UTC vs.
Revision 1378 by tim, Fri Jul 23 14:53:10 2004 UTC

# Line 54 | Line 54 | void SSDAtomVisitor::visit(DirectionalAtom* datom){
54    bool haveAtomData;
55    
56    //if atom is not SSD atom, just skip it
57 <  if(strcmp(datom->getType(), "SSD"))
57 >  if(strcmp(datom->getType(), "SSD") || strcmp(datom->getType(), "SSD_E") || strcmp(datom->getType(), "SSD_RF") || strcmp(datom->getType(), "SSD1"))
58      return;
59  
60    data = datom->getProperty("ATOMDATA");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines