--- trunk/src/utils/Predicate.hpp 2005/12/16 18:26:41 816 +++ branches/development/src/utils/Predicate.hpp 2012/09/06 19:44:06 1794 @@ -18,7 +18,7 @@ # define USE_FACET(Type, loc) std::use_facet< Type >(loc) #endif -namespace oopse { +namespace OpenMD { template struct PredFacade{}; @@ -100,7 +100,7 @@ struct PredNotFunctor : public PredFacade< PredNotFunc PredT pred_; }; - inline CharClassification isSpace(const std::locale& loc=std::locale()){ + inline CharClassification isSpace(const std::locale& loc=std::locale()){ return CharClassification(std::ctype_base::space, loc); }