From e15d03a90e0d784f3e27441f227ed90493f3d1d2 Mon Sep 17 00:00:00 2001 From: liefooga Date: Fri, 8 Feb 2013 09:27:43 +0100 Subject: [PATCH] moShiftNeighbor corrected --- mo/src/problems/permutation/moShiftNeighbor.h | 4 ++-- moeo/tutorial/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mo/src/problems/permutation/moShiftNeighbor.h b/mo/src/problems/permutation/moShiftNeighbor.h index e8884f687..87dfb9265 100644 --- a/mo/src/problems/permutation/moShiftNeighbor.h +++ b/mo/src/problems/permutation/moShiftNeighbor.h @@ -38,11 +38,11 @@ * Other name : insertion operator */ template -class moShiftNeighbor: public moBackableNeighbor, public moIndexNeighbor +class moShiftNeighbor: public moBackableNeighbor, public moIndexNeighbor { public: - using moBackableNeighbor::fitness; + using moBackableNeighbor::fitness; using moIndexNeighbor::key; using moIndexNeighbor::index; diff --git a/moeo/tutorial/CMakeLists.txt b/moeo/tutorial/CMakeLists.txt index 45557fb6a..e18c0c2af 100644 --- a/moeo/tutorial/CMakeLists.txt +++ b/moeo/tutorial/CMakeLists.txt @@ -19,4 +19,4 @@ add_subdirectory(examples) add_subdirectory(Lesson1) add_subdirectory(Lesson2) add_subdirectory(Lesson3) -#add_subdirectory(Lesson4) +add_subdirectory(Lesson4)