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 1788 by tim, Fri Nov 26 02:13:56 2004 UTC vs.
Revision 1789 by tim, Mon Nov 29 15:27:43 2004 UTC

# Line 51 | Line 51 | void DirectionalAtomTypesSectionParser::parseLine(Forc
51              int ident = ff.getNAtomType() + 1;
52              atomType->setIdent(ident);
53              atomType->setName(atomTypeName);
54 <            ff.addAtomType(atomTypeName, atomType)
54 >            ff.addAtomType(atomTypeName, atomType);
55          } else {
56              dAtomType = dynamic_cast<DirectionalAtomType*>(atomType);
57              if (dAtomType == NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines