ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/EAM_FF.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/EAM_FF.cpp (file contents):
Revision 2093 by gezelter, Wed Mar 9 14:25:51 2005 UTC vs.
Revision 2109 by tim, Thu Mar 10 20:28:17 2005 UTC

# Line 46 | Line 46
46   #include "io/DirectionalAtomTypesSectionParser.hpp"
47   #include "io/AtomTypesSectionParser.hpp"
48   #include "io/LennardJonesAtomTypesSectionParser.hpp"
49 < #include "io/ElectrostaticAtomTypesSectionParser.hpp"
49 > #include "io/ChargeAtomTypesSectionParser.hpp"
50 > #include "io/MultipoleAtomTypesSectionParser.hpp"
51   #include "io/EAMAtomTypesSectionParser.hpp"
52   #include "io/StickyAtomTypesSectionParser.hpp"
53   #include "io/BondTypesSectionParser.hpp"
# Line 74 | Line 75 | EAM_FF::EAM_FF(){
75      spMan_.push_back(new DirectionalAtomTypesSectionParser());
76      spMan_.push_back(new AtomTypesSectionParser());
77      spMan_.push_back(new LennardJonesAtomTypesSectionParser());
78 <    spMan_.push_back(new ElectrostaticAtomTypesSectionParser());
78 >    spMan_.push_back(new ChargeAtomTypesSectionParser());
79 >    spMan_.push_back(new MultipoleAtomTypesSectionParser());
80      spMan_.push_back(new EAMAtomTypesSectionParser());
81      spMan_.push_back(new StickyAtomTypesSectionParser());
82      spMan_.push_back(new BondTypesSectionParser());
# Line 99 | Line 101 | void EAM_FF::parse(const std::string& filename) {
101      for (at = atomTypeCont_.beginType(i); at != NULL; at = atomTypeCont_.nextType(i)) {
102          at->complete();
103      }
104 <    
104 >
105 >    delete ffStream;
106   }
107  
108  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines