Small modifications here and there to be MSVC++ compatible
Mainly, time.h -> ctime
definition of loop index out of loops when multiply used
no typename in declaration using template typename
This commit is contained in:
parent
a5e3abd9f6
commit
d7c3d973c7
14 changed files with 56 additions and 27 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef _make_pop_h
|
||||
#define _make_pop_h
|
||||
|
||||
#include <sys/time.h> // for time(0) for random seeding
|
||||
#include <ctime> // for time(0) for random seeding
|
||||
#include <eoPop.h>
|
||||
#include <eoInit.h>
|
||||
#include <utils/eoRNG.h>
|
||||
|
|
|
|||
Reference in a new issue