rename file for global inclusion

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1716 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-03-25 10:43:15 +00:00
commit 28b18359ed
2 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
/*
<mo>
<oldmo>
Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
(C) OPAC Team, LIFL, 2002-2008
@ -33,9 +33,9 @@
Contact: paradiseo-help@lists.gforge.inria.fr
*/
#ifndef __mo
#define __mo
#ifndef __oldmo
#define __oldmo
#include "mo.h"
#include "oldmo.h"
#endif

View file

@ -1,5 +1,5 @@
/*
<mo.h>
<oldmo.h>
Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
(C) OPAC Team, LIFL, 2002-2007
@ -33,8 +33,8 @@
Contact: paradiseo-help@lists.gforge.inria.fr
*/
#ifndef _mo_h
#define _mo_h
#ifndef _oldmo_h
#define _oldmo_h
#include <moAlgo.h>
#include <moAspirCrit.h>