added a pragma warning along with the eo::log one in eoProportionalCombinedOp
This commit is contained in:
parent
a1aec6a5be
commit
b89a216d2d
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ public:
|
||||||
|
|
||||||
virtual void add(eoQuadOp<EOT> & _op, const double _rate, bool _verbose)
|
virtual void add(eoQuadOp<EOT> & _op, const double _rate, bool _verbose)
|
||||||
{
|
{
|
||||||
|
#pragma message "The use of the verbose parameter in eoPropCombinedQuadOp::add is deprecated and will be removed in the next release."
|
||||||
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;
|
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);
|
add(_op,_rate);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue