Remove fixed grid initialisation
This commit is contained in:
parent
60cb4a1e32
commit
870d354afd
1 changed files with 0 additions and 3 deletions
|
@ -9,9 +9,6 @@ Grid::Grid(): m_size(4), m_grid(4){
|
||||||
m_grid.at(i).push_back(0);
|
m_grid.at(i).push_back(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
m_grid.at(0).at(0)=2;
|
|
||||||
m_grid.at(1).at(0)=2;
|
|
||||||
m_grid.at(2).at(0)=2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Destructor
|
//Destructor
|
||||||
|
|
Loading…
Add table
Reference in a new issue