From b20c5e98c148fb3ac2398d0690e758e1985ed512 Mon Sep 17 00:00:00 2001 From: paradiseo Date: Tue, 27 Jan 2009 16:28:55 +0000 Subject: [PATCH] little modif to delete warning --- eo/src/eoInitializer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/src/eoInitializer.h b/eo/src/eoInitializer.h index 44933666a..63fbd6454 100644 --- a/eo/src/eoInitializer.h +++ b/eo/src/eoInitializer.h @@ -82,7 +82,7 @@ public: eoParticleBestInit &_initBest, eoTopology &_topology, eoPop < POT > &_pop - ) : proc(dummy), procPara(_proc), initVelo(_initVelo), initBest(_initBest), topology(_topology), pop(_pop) + ) : proc(dummy), initVelo(_initVelo), procPara(_proc), initBest(_initBest), topology(_topology), pop(_pop) {} @@ -114,8 +114,8 @@ private : */ eoUF& proc; eoVelocityInit < POT > & initVelo; - eoParticleBestInit & initBest; eoPopEvalFunc & procPara; + eoParticleBestInit & initBest; eoTopology & topology; eoPop < POT > & pop;