From 5e242cafa88541f4fde846bc386ca3acede06d65 Mon Sep 17 00:00:00 2001 From: liefooga Date: Thu, 21 Jun 2007 15:13:19 +0000 Subject: [PATCH] declare parameters befor the ENDIF git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@354 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/paradiseo-moeo-1.0/src/moeoObjectiveVectorTraits.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/branches/paradiseo-moeo-1.0/src/moeoObjectiveVectorTraits.h b/branches/paradiseo-moeo-1.0/src/moeoObjectiveVectorTraits.h index 897513b04..7ea4a11ea 100644 --- a/branches/paradiseo-moeo-1.0/src/moeoObjectiveVectorTraits.h +++ b/branches/paradiseo-moeo-1.0/src/moeoObjectiveVectorTraits.h @@ -96,10 +96,10 @@ private: }; -#endif /*MOEOOBJECTIVEVECTORTRAITS_H_*/ - // The static variables of the moeoObjectiveVectorTraits class need to be allocated -// (maybe it would have been better to put this on a moeoObjectiveVectorTraits.cpp file) unsigned moeoObjectiveVectorTraits::nObj; std::vector < bool > moeoObjectiveVectorTraits::bObj; + + +#endif /*MOEOOBJECTIVEVECTORTRAITS_H_*/