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 2228 by chrisfen, Thu May 5 14:47:35 2005 UTC vs.
Revision 2229 by chrisfen, Tue May 17 22:35:01 2005 UTC

# Line 51 | Line 51
51   #include "io/MultipoleAtomTypesSectionParser.hpp"
52   #include "io/StickyAtomTypesSectionParser.hpp"
53   #include "io/StickyPowerAtomTypesSectionParser.hpp"
54 + #include "io/GayBerneAtomTypesSectionParser.hpp"
55   #include "io/BondTypesSectionParser.hpp"
56   #include "io/BendTypesSectionParser.hpp"
57   #include "io/TorsionTypesSectionParser.hpp"
# Line 82 | Line 83 | namespace oopse {
83      spMan_.push_back(new MultipoleAtomTypesSectionParser());
84      spMan_.push_back(new StickyAtomTypesSectionParser());
85      spMan_.push_back(new StickyPowerAtomTypesSectionParser());
86 +    spMan_.push_back(new GayBerneAtomTypesSectionParser());
87      spMan_.push_back(new BondTypesSectionParser());
88      spMan_.push_back(new BendTypesSectionParser());
89      spMan_.push_back(new TorsionTypesSectionParser());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines