ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/SectionParserManager.hpp
(Generate patch)

Comparing branches/development/src/io/SectionParserManager.hpp (file contents):
Revision 1873 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1874 by gezelter, Wed May 15 15:09:35 2013 UTC

# Line 59 | Line 59 | namespace OpenMD {
59  
60    class SameSectionParserFunctor {
61    public:
62 <    SameSectionParserFunctor(const std::string section) : section_(section) {}
63 <
62 >    SameSectionParserFunctor(const std::string &section) : section_(section) {}
63 >    
64      bool operator()(SectionParserContext context) {
65        return context.sectionParser->getSectionName() == section_;
66      }
# Line 99 | Line 99 | namespace OpenMD {
99      }
100          
101    private:
102 <    iterator findSectionParser(const std::string& sectionName);
102 >    iterator findSectionParser(const std::string &sectionName);
103      const int beginPriority_;
104      int priorityDifference_;
105          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines