00001 // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- 00002 00003 //----------------------------------------------------------------------------- 00004 // eoWeightUpdater.h 00005 // (c) OPAC 2007 00006 /* 00007 Contact: paradiseo-help@lists.gforge.inria.fr 00008 */ 00009 //----------------------------------------------------------------------------- 00010 00011 #ifndef EOWEIGHTUPDATER_H 00012 #define EOWEIGHTUPDATER_H 00013 00014 //----------------------------------------------------------------------------- 00015 #include <eoFunctor.h> 00016 //----------------------------------------------------------------------------- 00017 00021 template < class WeightType > class eoWeightUpdater: public eoUF < WeightType &, void > {}; 00022 00023 00024 #endif/*EOWEIGHTUPDATER_H*/
1.4.7