little modif to delete warning
This commit is contained in:
parent
eca555a7a3
commit
b20c5e98c1
1 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ public:
|
|||
eoParticleBestInit <POT> &_initBest,
|
||||
eoTopology <POT> &_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<POT&, void>& proc;
|
||||
eoVelocityInit < POT > & initVelo;
|
||||
eoParticleBestInit <POT> & initBest;
|
||||
eoPopEvalFunc <POT>& procPara;
|
||||
eoParticleBestInit <POT> & initBest;
|
||||
eoTopology <POT> & topology;
|
||||
eoPop < POT > & pop;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue