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

Comparing trunk/OOPSE-2.0/src/io/ShapeAtomTypesSectionParser.hpp (file contents):
Revision 2211 by chrisfen, Thu Apr 21 14:12:19 2005 UTC vs.
Revision 2501 by chuckv, Thu Dec 8 15:38:49 2005 UTC

# Line 55 | Line 55 | namespace oopse {
55    class ShapeAtomTypesSectionParser : public SectionParser {
56  
57    public:
58 <    ShapeAtomTypesSectionParser();
58 >    ShapeAtomTypesSectionParser(ForceFieldOptions& options);
59      
60    private:
61      virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
62  
63      void parseShapeFile(ForceField& ff, std::string& shapeFileName,
64                          ShapeAtomType* st);
65 <
65 >    ForceFieldOptions& options_;
66    };
67    
68    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines