s
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
#define MAX_DEPTH 8
|
#define MAX_DEPTH 8
|
||||||
#define MAX_POSIBLE_DEPTH 11
|
#define MAX_POSIBLE_DEPTH 11
|
||||||
static_assert(MAX_DEPTH <= MAX_POSIBLE_DEPTH);
|
static_assert(MAX_DEPTH <= MAX_POSIBLE_DEPTH);
|
||||||
|
static_assert(180 == sizeof(Dna));
|
||||||
|
constexpr int SIZE_OF_DNA = sizeof(Dna);
|
||||||
|
|
||||||
struct Branch
|
struct Branch
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user