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 2499 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2500 by chuckv, Wed Dec 7 23:10:53 2005 UTC

# Line 54 | Line 54
54   #include "io/BondTypesSectionParser.hpp"
55   #include "io/BendTypesSectionParser.hpp"
56   #include "io/TorsionTypesSectionParser.hpp"
57 + #include "io/OptionSectionParser.hpp"
58   #include "UseTheForce/ForceFieldCreator.hpp"
59   #include "utils/simError.h"
60   namespace oopse {
# Line 73 | Line 74 | namespace oopse {
74      //Make sure they are added after DirectionalAtomTypesSectionParser and AtomTypesSectionParser.
75      //The order of BondTypesSectionParser, BendTypesSectionParser and TorsionTypesSectionParser are
76      //not important.
77 +    spMan_.push_back(new OptionSectionParser(forceFieldOptions_));
78      spMan_.push_back(new DirectionalAtomTypesSectionParser());
79      spMan_.push_back(new AtomTypesSectionParser());
78    spMan_.push_back(new LennardJonesAtomTypesSectionParser());
79    spMan_.push_back(new ChargeAtomTypesSectionParser());
80    spMan_.push_back(new MultipoleAtomTypesSectionParser());
80      spMan_.push_back(new EAMAtomTypesSectionParser());
81 <    spMan_.push_back(new StickyAtomTypesSectionParser());
83 <    spMan_.push_back(new BondTypesSectionParser());
84 <    spMan_.push_back(new BendTypesSectionParser());
85 <    spMan_.push_back(new TorsionTypesSectionParser());
81 >
82      
83    }
84  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines