added a pragma warning along with the eo::log one in eoProportionalCombinedOp

This commit is contained in:
nojhan 2012-03-15 18:16:57 +01:00
commit b89a216d2d

View file

@ -188,6 +188,7 @@ public:
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;
add(_op,_rate);
}