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

Comparing trunk/OOPSE-2.0/src/io/BendTypesSectionParser.cpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2501 by chuckv, Thu Dec 8 15:38:49 2005 UTC

# Line 50 | Line 50 | namespace oopse {
50   #include "utils/simError.h"
51   namespace oopse {
52  
53 <  BendTypesSectionParser::BendTypesSectionParser() {
53 >  BendTypesSectionParser::BendTypesSectionParser(ForceFieldOptions& options) : options_(options){
54      setSectionName("BendTypes");
55  
56      stringToEnumMap_["Harmonic"] =  btHarmonic;      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines