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

Comparing trunk/OOPSE-2.0/src/io/LennardJonesAtomTypesSectionParser.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2498 by chuckv, Wed Dec 7 23:00:26 2005 UTC

# Line 42 | Line 42
42   #ifndef IO_LENNARDJONESATOMTYPESSECTIONPARSER_HPP
43   #define IO_LENNARDJONESATOMTYPESSECTIONPARSER_HPP
44  
45 + #include "io/ForceFieldOptions.hpp"
46   #include "io/SectionParser.hpp"
47   namespace oopse {
48  
# Line 50 | Line 51 | namespace oopse {
51     */
52    class LennardJonesAtomTypesSectionParser : public SectionParser {
53    public:
54 <    LennardJonesAtomTypesSectionParser();
54 >    LennardJonesAtomTypesSectionParser(ForceFieldOptions& options);
55              
56    private:
57      void parseLine(ForceField& ff, const std::string& line, int lineNo);
58 <            
58 >    ForceFieldOptions& options_;
59    };
60  
61  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines