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

Comparing trunk/OOPSE-2.0/src/UseTheForce/DUFF.cpp (file contents):
Revision 2093 by gezelter, Wed Mar 9 14:25:51 2005 UTC vs.
Revision 2097 by tim, Wed Mar 9 17:30:29 2005 UTC

# Line 47 | Line 47
47   #include "io/DirectionalAtomTypesSectionParser.hpp"
48   #include "io/AtomTypesSectionParser.hpp"
49   #include "io/LennardJonesAtomTypesSectionParser.hpp"
50 < #include "io/ElectrostaticAtomTypesSectionParser.hpp"
50 > #include "io/ChargeAtomTypesSectionParser.hpp"
51 > #include "io/MultipoleAtomTypesSectionParser.hpp"
52   #include "io/StickyAtomTypesSectionParser.hpp"
53   #include "io/BondTypesSectionParser.hpp"
54   #include "io/BendTypesSectionParser.hpp"
# Line 74 | Line 75 | DUFF::DUFF(){
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 StickyAtomTypesSectionParser());
81      spMan_.push_back(new BondTypesSectionParser());
82      spMan_.push_back(new BendTypesSectionParser());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines