forgeting multiOps

This commit is contained in:
gustavo 2000-04-03 15:27:56 +00:00
commit 06dab1f914
2 changed files with 3 additions and 0 deletions

View file

@ -19,3 +19,4 @@ t-eoRandom
t-eoCheckpointing t-eoCheckpointing
t-eoVector t-eoVector
t-eoAtomOps t-eoAtomOps
t-selectOne

View file

@ -131,6 +131,7 @@ main()
<< chrom << " " << chrom2 << endl; << chrom << " " << chrom2 << endl;
} }
/*
// Check multiOps // Check multiOps
eoMultiMonOp<Chrom> mOp( &next ); eoMultiMonOp<Chrom> mOp( &next );
mOp.adOp( &bitflip ); mOp.adOp( &bitflip );
@ -144,6 +145,7 @@ main()
cout << "before multiBinOp............ " << chrom << " " << chrom2 << endl; cout << "before multiBinOp............ " << chrom << " " << chrom2 << endl;
mbOp( chrom, chrom2 ); mbOp( chrom, chrom2 );
cout << "after multiBinOp .............. " << chrom << " " << chrom2 <<endl; cout << "after multiBinOp .............. " << chrom << " " << chrom2 <<endl;
*/
return 0; return 0;
} }