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 2091 by gezelter, Tue Mar 8 21:07:49 2005 UTC vs.
Revision 2097 by tim, Wed Mar 9 17:30:29 2005 UTC

# Line 356 | Line 356 | void DefaultAtomVisitor::visit(Atom *atom) {
356  
357      pos = atom->getPos();
358      atomInfo->atomTypeName = atom->getType();
359    printf("setting a type to %s\n", atom->getType().c_str());
359      atomInfo->pos[0] = pos[0];
360      atomInfo->pos[1] = pos[1];
361      atomInfo->pos[2] = pos[2];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines