From 1ff0a50b867c940b26546cf867b45e3b4578bbe4 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Thu, 29 Apr 2010 12:42:36 +0000 Subject: [PATCH] new directory git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1762 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/problems/eval/{oneMaxFullEval.h => oneMaxEval.h} | 8 ++++---- trunk/problems/eval/{queenFullEval.h => queenEval.h} | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) rename trunk/problems/eval/{oneMaxFullEval.h => oneMaxEval.h} (93%) rename trunk/problems/eval/{queenFullEval.h => queenEval.h} (94%) 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: