Update includes on mo/coolingSchedule
This commit is contained in:
parent
e9a31d2b5b
commit
b884a5bebf
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue