diff --git a/trunk/problems/eval/oneMaxFullEval.h b/trunk/problems/eval/oneMaxEval.h similarity index 93% rename from trunk/problems/eval/oneMaxFullEval.h rename to trunk/problems/eval/oneMaxEval.h index 22a9d4948..e28e298ed 100644 --- a/trunk/problems/eval/oneMaxFullEval.h +++ b/trunk/problems/eval/oneMaxEval.h @@ -1,5 +1,5 @@ /* - + Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010 Sébastien Verel, Arnaud Liefooghe, Jérémie Humeau @@ -27,8 +27,8 @@ ParadisEO WebSite : http://paradiseo.gforge.inria.fr Contact: paradiseo-help@lists.gforge.inria.fr */ -#ifndef _oneMaxFullEval_h -#define _oneMaxFullEval_h +#ifndef _oneMaxEval_h +#define _oneMaxEval_h #include @@ -36,7 +36,7 @@ Contact: paradiseo-help@lists.gforge.inria.fr * Full evaluation Function for OneMax problem */ template< class EOT > -class oneMaxFullEval : public eoEvalFunc +class oneMaxEval : public eoEvalFunc { public: diff --git a/trunk/problems/eval/queenFullEval.h b/trunk/problems/eval/queenEval.h similarity index 94% rename from trunk/problems/eval/queenFullEval.h rename to trunk/problems/eval/queenEval.h index 29eaf77f1..340d3f43f 100644 --- a/trunk/problems/eval/queenFullEval.h +++ b/trunk/problems/eval/queenEval.h @@ -1,5 +1,5 @@ /* - + Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010 Sébastien Verel, Arnaud Liefooghe, Jérémie Humeau @@ -27,8 +27,8 @@ ParadisEO WebSite : http://paradiseo.gforge.inria.fr Contact: paradiseo-help@lists.gforge.inria.fr */ -#ifndef _queenFullEval_h -#define _queenFullEval_h +#ifndef _queenEval_h +#define _queenEval_h #include @@ -36,7 +36,7 @@ Contact: paradiseo-help@lists.gforge.inria.fr * Full evaluation function for QUEEN problem */ template< class EOT > -class queenFullEval : public eoEvalFunc +class queenEval : public eoEvalFunc { public: