diff --git a/eo/test/.cvsignore b/eo/test/.cvsignore index b6354433..43edd83f 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 55043ff0..49449899 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 <