ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/utils/Predicate.hpp
(Generate patch)

Comparing trunk/src/utils/Predicate.hpp (file contents):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1790 by gezelter, Thu Aug 30 17:18:22 2012 UTC

# Line 100 | Line 100 | struct PredNotFunctor : public PredFacade< PredNotFunc
100      PredT pred_;
101   };
102        
103 < inline CharClassification isSpace(const std::locale& loc=std::locale()){
103 >  inline CharClassification isSpace(const std::locale& loc=std::locale()){
104      return CharClassification(std::ctype_base::space, loc);
105   }
106  

Comparing trunk/src/utils/Predicate.hpp (property svn:keywords):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1790 by gezelter, Thu Aug 30 17:18:22 2012 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines