Debug some new class

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2554 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2011-12-08 22:39:11 +00:00
commit 05a41c7592
4 changed files with 17 additions and 10 deletions

View file

@ -96,7 +96,7 @@ public :
* add a MO updater to the checkpoint
* @param _moupd an mo updater
*/
void add(eoUpdater& _moupd) {
void add(moUpdater& _moupd) {
moupdaters.push_back(&_moupd);
}