From 06dab1f9146f638867b4373a0e41b4246546292a Mon Sep 17 00:00:00 2001 From: gustavo Date: Mon, 3 Apr 2000 15:27:56 +0000 Subject: [PATCH] forgeting multiOps --- eo/test/.cvsignore | 1 + eo/test/t-eobin.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/eo/test/.cvsignore b/eo/test/.cvsignore index b63544335..43edd83f6 100644 --- a/eo/test/.cvsignore +++ b/eo/test/.cvsignore @@ -19,3 +19,4 @@ t-eoRandom t-eoCheckpointing t-eoVector t-eoAtomOps +t-selectOne diff --git a/eo/test/t-eobin.cpp b/eo/test/t-eobin.cpp index 55043ff06..494498995 100644 --- a/eo/test/t-eobin.cpp +++ b/eo/test/t-eobin.cpp @@ -131,6 +131,7 @@ main() << chrom << " " << chrom2 << endl; } + /* // Check multiOps eoMultiMonOp mOp( &next ); mOp.adOp( &bitflip ); @@ -144,6 +145,7 @@ main() cout << "before multiBinOp............ " << chrom << " " << chrom2 << endl; mbOp( chrom, chrom2 ); cout << "after multiBinOp .............. " << chrom << " " << chrom2 <