Update includes on mo/coolingSchedule

This commit is contained in:
Ronaldd Pinho 2019-08-17 00:27:10 -03:00
commit b884a5bebf
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@
#ifndef _moCoolingSchedule_h #ifndef _moCoolingSchedule_h
#define _moCoolingSchedule_h #define _moCoolingSchedule_h
#include <eoFunctor.h> #include <paradiseo/eo/eoFunctor.h>
/** /**
* Cooling Schedule of the temperature in the simulated algorithm * Cooling Schedule of the temperature in the simulated algorithm

View file

@ -35,7 +35,7 @@
#ifndef _moDynSpanCoolingSchedule_h #ifndef _moDynSpanCoolingSchedule_h
#define _moDynSpanCoolingSchedule_h #define _moDynSpanCoolingSchedule_h
#include <coolingSchedule/moCoolingSchedule.h> #include "moCoolingSchedule.h"
/** /**
* Cooling Schedule of the temperature in the simulated algorithm * Cooling Schedule of the temperature in the simulated algorithm

View file

@ -35,7 +35,7 @@
#ifndef _moSimpleCoolingSchedule_h #ifndef _moSimpleCoolingSchedule_h
#define _moSimpleCoolingSchedule_h #define _moSimpleCoolingSchedule_h
#include <coolingSchedule/moCoolingSchedule.h> #include "moCoolingSchedule.h"
/** /**
* Classical cooling Schedule of the temperature in the simulated algorithm with initial and final temperature and a factor of decrease * Classical cooling Schedule of the temperature in the simulated algorithm with initial and final temperature and a factor of decrease