00001 // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- 00002 00003 //----------------------------------------------------------------------------- 00004 // moeoObjectiveVectorTraits.cpp 00005 // (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 00006 /* 00007 This library... 00008 00009 Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr 00010 */ 00011 //----------------------------------------------------------------------------- 00012 00013 #include <core/moeoObjectiveVectorTraits.h> 00014 00015 // The static variables of the moeoObjectiveVectorTraits class need to be allocated 00016 unsigned int moeoObjectiveVectorTraits::nObj; 00017 std::vector < bool > moeoObjectiveVectorTraits::bObj;
1.4.7