Wrap model in order to create homogeneous model easily.

This commit is contained in:
quemy 2012-12-09 19:33:48 +01:00
commit 6974bc7bbe
10 changed files with 252 additions and 20 deletions

View file

@ -77,7 +77,7 @@ void paradiseo::smp::Island<EOAlgo,EOT,bEOT>::setModel(IslandModel<bEOT>* _model
}
template<template <class> class EOAlgo, class EOT, class bEOT>
eoPop<EOT>& paradiseo::smp::Island<EOAlgo,EOT,bEOT>::getPop()
eoPop<EOT>& paradiseo::smp::Island<EOAlgo,EOT,bEOT>::getPop() const
{
return pop;
}