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

Comparing branches/new_design/OOPSE-3.0/src/io/DirectionalAtomTypesSectionParser.cpp (file contents):
Revision 1785 by tim, Thu Nov 25 20:18:21 2004 UTC vs.
Revision 1786 by tim, Fri Nov 26 02:13:56 2004 UTC

# Line 53 | Line 53 | void DirectionalAtomTypesSectionParser::parseLine(Forc
53              atomType->setName(atomTypeName);
54              ff.addAtomType(atomTypeName, atomType)
55          } else {
56 <            dAtomType = dynamic_cast<DirectionalAtom*>(atomType);
56 >            dAtomType = dynamic_cast<DirectionalAtomType*>(atomType);
57              if (dAtomType == NULL) {
58                  std::cerr << "DirectionalAtomTypesSectionParser:: Can not cast to DirectionalAtomType" << std::endl;                      
59              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines