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

Comparing trunk/OOPSE-2.0/src/UseTheForce/EAM_FF.cpp (file contents):
Revision 2093 by gezelter, Wed Mar 9 14:25:51 2005 UTC vs.
Revision 2098 by tim, Wed Mar 9 17:58:33 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());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines