remove default values for verbose parameters, so as to make deprecated wrappers unused by default

This commit is contained in:
Johann Dreo 2010-10-31 21:36:53 +01:00
commit fc21827eca
4 changed files with 4 additions and 3 deletions

View file

@ -173,7 +173,7 @@ public:
virtual std::string className() const { return "eoPropCombinedQuadOp"; }
virtual void add(eoQuadOp<EOT> & _op, const double _rate, bool _verbose=false)
virtual void add(eoQuadOp<EOT> & _op, const double _rate, bool _verbose)
{
eo::log << eo::warnings << "WARNING: the use of the verbose parameter in eoPropCombinedQuadOp::add is deprecated and will be removed in the next release." << std::endl;
add(_op,_rate);