Forgot the dir when adding eoSBXcross.h :-(((
This commit is contained in:
parent
c249cecc62
commit
5c7f17c153
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
#include <es/eoRealAtomXover.h> // for generic operators
|
||||
|
||||
// SBX crossover (following Deb)
|
||||
#include <eoSBXcross.h>
|
||||
#include <es/eoSBXcross.h>
|
||||
|
||||
// ES specific operators
|
||||
#include <es/eoEsGlobalXover.h> // Global ES Xover
|
||||
|
|
|
|||
Reference in a new issue