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

Comparing trunk/OOPSE-4/src/io/StickyAtomTypesSectionParser.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 45 | Line 45 | namespace oopse {
45   #include "io/SectionParser.hpp"
46   namespace oopse {
47  
48 <    /**
49 <     * @class StickyAtomTypesSectionParser StickyAtomTypesSectionParser.hpp "io/StickyAtomTypesSectionParser.hpp"
50 <     */
51 <    class StickyAtomTypesSectionParser : public SectionParser {
52 <        public:
53 <            StickyAtomTypesSectionParser();
54 <        private:
55 <            virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
48 >  /**
49 >   * @class StickyAtomTypesSectionParser StickyAtomTypesSectionParser.hpp "io/StickyAtomTypesSectionParser.hpp"
50 >   */
51 >  class StickyAtomTypesSectionParser : public SectionParser {
52 >  public:
53 >    StickyAtomTypesSectionParser();
54 >  private:
55 >    virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
56              
57 <    };
57 >  };
58  
59  
60   } //namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines