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

Comparing trunk/OOPSE-2.0/src/io/BondTypesSectionParser.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 49 | Line 49 | namespace oopse {
49   #include "utils/simError.h"
50   namespace oopse {
51  
52 <  BondTypesSectionParser::BondTypesSectionParser() {
52 >  BondTypesSectionParser::BondTypesSectionParser(ForceFieldOptions& options) : options_(options){
53      setSectionName("BondTypes");
54  
55      stringToEnumMap_["Fixed"] =  btFixed;                

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines