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 2533 by chuckv, Fri Dec 30 23:15:59 2005 UTC vs.
Revision 2536 by tim, Fri Jan 6 21:15:14 2006 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.7 2005-12-30 23:15:59 chuckv Exp $
47 > *  @version $Id: SC_FF.cpp,v 1.8 2006-01-06 21:15:14 tim Exp $
48   *
49   */
50  
# Line 86 | Line 86 | namespace oopse {
86      //Make sure they are added after DirectionalAtomTypesSectionParser and AtomTypesSectionParser.
87      //The order of BondTypesSectionParser, BendTypesSectionParser and TorsionTypesSectionParser are
88      //not important.
89 <    spMan_.push_back(new OptionSectionParser(SCForceFieldOptions_));
89 >    spMan_.push_back(new OptionSectionParser(forceFieldOptions_));
90      spMan_.push_back(new AtomTypesSectionParser());
91 <    spMan_.push_back(new SCAtomTypesSectionParser(SCForceFieldOptions_));
91 >    spMan_.push_back(new SCAtomTypesSectionParser(forceFieldOptions_));
92      
93    }
94    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines