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

Comparing trunk/OOPSE-2.0/src/io/SCAtomTypesSectionParser.hpp (file contents):
Revision 2427 by chuckv, Mon Nov 14 21:29:36 2005 UTC vs.
Revision 2501 by chuckv, Thu Dec 8 15:38:49 2005 UTC

# Line 44 | Line 44
44   *
45   *  Created by Charles F. Vardeman II on 11/14/05.
46   *  @author  Charles F. Vardeman II
47 < *  @version $Id: SCAtomTypesSectionParser.hpp,v 1.1 2005-11-14 21:29:27 chuckv Exp $
47 > *  @version $Id: SCAtomTypesSectionParser.hpp,v 1.2 2005-12-08 15:38:49 chuckv Exp $
48   *
49   */
50  
# Line 53 | Line 53
53  
54   #include "io/SectionParser.hpp"
55   #include "types/AtomType.hpp"
56 + #include "io/ForceFieldOptions.hpp"
57  
58   namespace oopse {
59    
# Line 61 | Line 62 | namespace oopse { (public)
62     */
63    class SCAtomTypesSectionParser : public SectionParser {
64   public:
65 <    SCAtomTypesSectionParser();
65 >    SCAtomTypesSectionParser(ForceFieldOptions& options);
66      
67   private:
68      virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
69 +    ForceFieldOptions& options_;
70    };
71    
72    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines