33 #ifndef POINTWISESTABILIZERPREDICATE_H_
34 #define POINTWISESTABILIZERPREDICATE_H_
36 #include <boost/foreach.hpp>
49 template<
class InputIterator>
51 : m_toStabilize(begin, end)
60 BOOST_FOREACH(
unsigned long beta, m_toStabilize) {
61 if (*p / beta != beta)
67 std::vector<dom_int> m_toStabilize;
72 #endif // -- POINTWISESTABILIZERPREDICATE_H_