From fc326c72ab1e01a89dac151dfe6740f75aba413a Mon Sep 17 00:00:00 2001 From: mac Date: Thu, 10 Aug 2000 14:33:37 +0000 Subject: [PATCH] Forgot to remove enum value init --- eo/src/eoOp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/eoOp.h b/eo/src/eoOp.h index d9f0bfff..33d207c9 100644 --- a/eo/src/eoOp.h +++ b/eo/src/eoOp.h @@ -54,7 +54,7 @@ class eoOp { public: //@{ - enum OpType { init = 0, unary = 1, binary = 2, quadratic = 3, general = 4}; + enum OpType { unary = 0, binary = 1, quadratic = 2, general = 3}; /// /// Ctor