remove default values for verbose parameters, so as to make deprecated wrappers unused by default
This commit is contained in:
parent
9c51b925b6
commit
fc21827eca
4 changed files with 4 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue