diff --git a/eo/configure.in b/eo/configure.in index 49ca3bc1..5cef794f 100644 --- a/eo/configure.in +++ b/eo/configure.in @@ -5,11 +5,11 @@ AM_INIT_AUTOMAKE(eo) AC_PROG_CXX -#CXXFLAGS = -Wall -g +CXXFLAGS="-Wall -g" AM_PROG_LIBTOOL AM_MAINTAINER_MODE dnl add Makefiles that must be modified by the configuration here -AC_OUTPUT(Makefile src/Makefile src/es/Makefile src/ga/Makefile src/gp/Makefile src/obsolete/Makefile src/other/Makefile src/utils/Makefile test/Makefile win/Makefile) +AC_OUTPUT(Makefile src/Makefile src/es/Makefile src/ga/Makefile src/gp/Makefile src/obsolete/Makefile src/other/Makefile src/utils/Makefile test/Makefile win/Makefile doc/Makefile) diff --git a/eo/test/t-eobin.cpp b/eo/test/t-eobin.cpp index 49449899..48e6238e 100644 --- a/eo/test/t-eobin.cpp +++ b/eo/test/t-eobin.cpp @@ -132,19 +132,19 @@ main() } /* - // Check multiOps - eoMultiMonOp mOp( &next ); - mOp.adOp( &bitflip ); - cout << "before multiMonOp............ " << chrom << endl; - mOp( chrom ); - cout << "after multiMonOp .............. " << chrom << endl; + // Check multiOps + eoMultiMonOp mOp( &next ); + mOp.adOp( &bitflip ); + cout << "before multiMonOp............ " << chrom << endl; + mOp( chrom ); + cout << "after multiMonOp .............. " << chrom << endl; - eoBinGxOver gxover(2, 4); - eoMultiBinOp mbOp( &gxover ); - mOp.adOp( &bitflip ); - cout << "before multiBinOp............ " << chrom << " " << chrom2 << endl; - mbOp( chrom, chrom2 ); - cout << "after multiBinOp .............. " << chrom << " " << chrom2 < gxover(2, 4); + eoMultiBinOp mbOp( &gxover ); + mOp.adOp( &bitflip ); + cout << "before multiBinOp............ " << chrom << " " << chrom2 << endl; + mbOp( chrom, chrom2 ); + cout << "after multiBinOp .............. " << chrom << " " << chrom2 <