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 2500 by chuckv, Wed Dec 7 23:10:53 2005 UTC vs.
Revision 2501 by chuckv, Thu Dec 8 15:38:49 2005 UTC

# Line 65 | Line 65 | namespace oopse {
65      setForceFieldFileName("EAM.frc");
66  
67      //the order of adding section parsers are important
68 +    //OptionSectionParser must come first to set options for other parsers
69      //DirectionalAtomTypesSectionParser should be added before AtomTypesSectionParser Since
70      //These two section parsers will actually create "real" AtomTypes (AtomTypesSectionParser will create
71      //AtomType and DirectionalAtomTypesSectionParser will creat DirectionalAtomType which is a subclass
# Line 75 | Line 76 | namespace oopse {
76      //The order of BondTypesSectionParser, BendTypesSectionParser and TorsionTypesSectionParser are
77      //not important.
78      spMan_.push_back(new OptionSectionParser(forceFieldOptions_));
78    spMan_.push_back(new DirectionalAtomTypesSectionParser());
79      spMan_.push_back(new AtomTypesSectionParser());
80 <    spMan_.push_back(new EAMAtomTypesSectionParser());
80 >    spMan_.push_back(new EAMAtomTypesSectionParser(forceFieldOptions_));
81  
82      
83    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines