links with old-mo added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1715 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-03-25 10:42:45 +00:00
commit 270ccbcda8
19 changed files with 19 additions and 18 deletions

View file

@ -45,7 +45,7 @@ template <class MOEOT>
class moeoDummyRefPointStrategy : public moeoVariableRefPointStrategy<MOEOT>
{
public:
virtual void operator()(typename MOEOT::ObjectiveVector &_obj,const MOEOT &_moeo ){}
virtual void operator()(typename MOEOT::ObjectiveVector &_obj, const MOEOT &_moeo ){}
};
#endif