reverted the max-to-produce initializer

This commit is contained in:
maartenkeijzer 2001-02-15 08:31:38 +00:00
commit 0540496021

View file

@ -43,7 +43,7 @@ class eoOpContainer : public eoGenOp<EOT>
{
public :
/** Ctor: nothing much to do */
eoOpContainer() : max_to_produce(2) {}
eoOpContainer() : max_to_produce(0) {}
/** Dtor: delete all the GenOps created when wrapping simple ops
*/