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

Comparing trunk/OOPSE-3.0/src/visitors/AtomVisitor.cpp (file contents):
Revision 1958 by tim, Wed Jan 12 23:15:37 2005 UTC vs.
Revision 1959 by tim, Wed Jan 26 15:15:09 2005 UTC

# Line 381 | Line 381 | void DefaultAtomVisitor::visit(DirectionalAtom *datom)
381          return;
382  
383      pos = datom->getPos();
384 <    u = datom->getElectroFrame().getColumn(3);
384 >    u = datom->getElectroFrame().getColumn(2);
385  
386      atomData = new AtomData;
387      atomData->setID("ATOMDATA");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines