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

Comparing trunk/OOPSE-4/src/UseTheForce/SC_FF.cpp (file contents):
Revision 2492 by chuckv, Tue Dec 6 19:26:37 2005 UTC vs.
Revision 2501 by chuckv, Thu Dec 8 15:38:49 2005 UTC

# Line 44 | Line 44
44   *
45   *  Created by Charles F. Vardeman II on 11/9/05.
46   *  @author  Charles F. Vardeman II
47 < *  @version $Id: SC_FF.cpp,v 1.4 2005-12-06 19:26:37 chuckv Exp $
47 > *  @version $Id: SC_FF.cpp,v 1.5 2005-12-08 15:38:49 chuckv Exp $
48   *
49   */
50  
# Line 76 | Line 76 | namespace oopse {
76      setForceFieldFileName("SuttonChen.QSC.frc");
77      
78      //the order of adding section parsers are important
79 +    //OptionSectionParser must come first to set options for other parsers
80      //DirectionalAtomTypesSectionParser should be added before AtomTypesSectionParser Since
81      //These two section parsers will actually create "real" AtomTypes (AtomTypesSectionParser will create
82      //AtomType and DirectionalAtomTypesSectionParser will creat DirectionalAtomType which is a subclass
# Line 86 | Line 87 | namespace oopse {
87      //The order of BondTypesSectionParser, BendTypesSectionParser and TorsionTypesSectionParser are
88      //not important.
89      spMan_.push_back(new OptionSectionParser(SCForceFieldOptions_));
89    spMan_.push_back(new DirectionalAtomTypesSectionParser());
90      spMan_.push_back(new AtomTypesSectionParser());
91 <    spMan_.push_back(new SCAtomTypesSectionParser());
91 >    spMan_.push_back(new SCAtomTypesSectionParser(SCForceFieldOptions_));
92      
93    }
94    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines