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

Comparing branches/new_design/OOPSE-4/src/io/AtomTypesSectionParser.cpp (file contents):
Revision 1788 by tim, Thu Nov 25 20:18:21 2004 UTC vs.
Revision 1789 by tim, Mon Nov 29 15:27:43 2004 UTC

# Line 50 | Line 50 | void AtomTypesSectionParser::parseLine(ForceField& ff,
50              int ident = ff.getNAtomType() + 1;
51              atomType->setIdent(ident);
52              atomType->setName(atomTypeName);
53 <            ff.addAtomType(atomTypeName, atomType)
53 >            ff.addAtomType(atomTypeName, atomType);
54          }
55          
56          double mass = tokenizer.nextTokenAsDouble();              

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines