Revert "fix!(eoBit): defaults to char for scalar type"

This reverts commit 06e0cc0162b6f753d92076c510d7124d82a3def1.
This commit is contained in:
Johann Dreo 2024-08-23 08:57:38 +02:00
commit c442d8a0a2
5 changed files with 9 additions and 9 deletions

View file

@ -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