Method update is replace by an operator().
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1191 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
f086084cac
commit
083d60d7f4
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class moeoArchiveUpdater : public eoUpdater
|
||||||
*/
|
*/
|
||||||
void operator()()
|
void operator()()
|
||||||
{
|
{
|
||||||
arch.update(pop);
|
arch(pop);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue