Comment out deprecated stuff and fix corresponding tests

This may break your code if you did not pay attention to warnings in the previous release, the old code is still here in
case you want to understand what's going on.
This commit is contained in:
nojhan 2012-07-06 19:59:14 +02:00
commit 5827444774
15 changed files with 31 additions and 47 deletions

View file

@ -44,11 +44,13 @@ public:
rates.push_back(_rate);
}
/* FIXME remove in next release
void add(eoInit<EOT> & _init, double _rate, bool _verbose)
{
eo::log << eo::warnings << "WARNING: the use of the verbose parameter in eoCombinedInit::add is deprecated and will be removed in the next release." << std::endl;
add( _init, _rate );
}
*/
/** The usual method to add objects to the combination
*/