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

Comparing branches/development/src/utils/Predicate.hpp (file contents):
Revision 1793 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
Revision 1794 by gezelter, Thu Sep 6 19:44:06 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines