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

Comparing branches/new_design/OOPSE-3.0/src/io/AtomTypesSectionParser.cpp (file contents):
Revision 1784 by tim, Wed Nov 24 22:12:12 2004 UTC vs.
Revision 1785 by tim, Thu Nov 25 20:18:21 2004 UTC

# Line 25 | Line 25 | namespace oopse {
25  
26   #include "io/AtomTypesSectionParser.hpp"
27   #include "types/AtomType.hpp"
28 + #include "UseTheForce/ForceField.hpp"
29   namespace oopse {
30  
31   AtomTypesSectionParser::AtomTypesSectionParser() {
# Line 42 | Line 43 | void AtomTypesSectionParser::parseLine(ForceField& ff,
43      } else {
44  
45          std::string atomTypeName = tokenizer.nextToken();    
46 <        AtomType* atomType = ff ->getAtomType(atomTypeName);
46 >        AtomType* atomType = ff.getAtomType(atomTypeName);
47  
48          if (atomType == NULL) {
49              atomType = new AtomType();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines