Revert "fix!(eoBit): defaults to char for scalar type"
This reverts commit 06e0cc0162b6f753d92076c510d7124d82a3def1.
This commit is contained in:
parent
93e89828b8
commit
c442d8a0a2
5 changed files with 9 additions and 9 deletions
|
|
@ -56,7 +56,7 @@ int main() {
|
|||
nkLandscapesEval<Solution> eval(N, K);
|
||||
|
||||
// init
|
||||
eoUniformGenerator<char> uGen;
|
||||
eoUniformGenerator<bool> uGen;
|
||||
eoInitFixedLength<Solution> init(N, uGen);
|
||||
|
||||
// verif constructor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue