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

Comparing branches/new_design/OOPSE-2.0/src/visitors/AtomVisitor.cpp (file contents):
Revision 1829 by tim, Wed Dec 1 19:10:51 2004 UTC vs.
Revision 1830 by tim, Thu Dec 2 05:17:10 2004 UTC

# Line 74 | Line 74 | void SSDAtomVisitor::visit(DirectionalAtom *datom) {
74          atomData = dynamic_cast<AtomData *>(data);
75  
76          if (atomData == NULL) {
77 <            cerr << "can not get Atom Data from " << datom->getType() << endl;
77 >            std::cerr << "can not get Atom Data from " << datom->getType() << std::endl;
78              atomData = new AtomData;
79              haveAtomData = false;
80          } else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines