Update for windows compatibility
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@359 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
5446af5e31
commit
f9693d1e1c
229 changed files with 3759 additions and 2398 deletions
|
|
@ -87,8 +87,7 @@ public:
|
|||
full_eval (__sol);
|
||||
}
|
||||
|
||||
double
|
||||
temp = init_temp;
|
||||
double temp = init_temp;
|
||||
|
||||
M move;
|
||||
|
||||
|
|
@ -140,8 +139,7 @@ private:
|
|||
moSolContinue < EOT > &cont;
|
||||
|
||||
//! Initial temperature
|
||||
double
|
||||
init_temp;
|
||||
double init_temp;
|
||||
|
||||
//! The cooling schedule
|
||||
moCoolingSchedule & cool_sched;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue