Косметические правки
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user