removed bad semicolon at the end of a "{}" bloc which is not a class/template.
Debugged using g++ flags (see CMakeLists.txt at the root)
This commit is contained in:
parent
f3e1e35ea3
commit
5cbbe83a0e
6 changed files with 7 additions and 7 deletions
|
|
@ -63,7 +63,7 @@ phenotype eoChromEvaluator(const Chrom& chrom)
|
|||
|
||||
// return black * points_per_black + white * points_per_white;
|
||||
return black * chrom.size() + white;
|
||||
};
|
||||
}
|
||||
|
||||
const unsigned default_length = 8;
|
||||
const unsigned default_colors = 8;
|
||||
|
|
|
|||
Reference in a new issue