Косметические правки

This commit is contained in:
2024-12-03 19:26:04 +03:00
parent 1d5ed538c3
commit 1048100ab4
2 changed files with 12 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ enum BoundaryCondition {
class CellularAutomaton
{
static const unsigned int functionValues = 0b00000110100000000010110010110110;
static const unsigned int functionValues = 25 * 11 * 2003 * 18 * 11;
int m_fieldWidth, m_fieldHeight;
std::vector<std::vector<int>> field;