reverted the max-to-produce initializer
This commit is contained in:
parent
562b0b63e3
commit
0540496021
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Reference in a new issue