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

Comparing trunk/src/UseTheForce/DUFF.cpp (file contents):
Revision 981 by gezelter, Mon Jun 5 18:24:45 2006 UTC vs.
Revision 1269 by gezelter, Tue Jul 1 13:28:23 2008 UTC

# Line 45 | Line 45
45   #include "UseTheForce/DarkSide/sticky_interface.h"
46   #include "UseTheForce/DarkSide/gb_interface.h"
47   #include "UseTheForce/ForceFieldFactory.hpp"
48 + #include "io/BaseAtomTypesSectionParser.hpp"
49   #include "io/DirectionalAtomTypesSectionParser.hpp"
50   #include "io/AtomTypesSectionParser.hpp"
51   #include "io/LennardJonesAtomTypesSectionParser.hpp"
# Line 81 | Line 82 | namespace oopse {
82      //BendTypesSectionParser and TorsionTypesSectionParser are not important.
83      spMan_.push_back(new OptionSectionParser(forceFieldOptions_));    
84      spMan_.push_back(new DirectionalAtomTypesSectionParser(forceFieldOptions_));
85 +    spMan_.push_back(new BaseAtomTypesSectionParser());
86      spMan_.push_back(new AtomTypesSectionParser());
87      spMan_.push_back(new LennardJonesAtomTypesSectionParser(forceFieldOptions_));
88      spMan_.push_back(new ChargeAtomTypesSectionParser(forceFieldOptions_));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines