1
0
mirror of https://gitlab.com/klmp200/LO27.git synced 2025-07-13 22:09:23 +00:00

en fait il n'y avait pas de bug sur le point abordé ds le commit precedent, commence free matrix, necessite une mise au pt avec sli

This commit is contained in:
Naej
2016-12-24 16:07:50 +01:00
parent db8322f504
commit 6c6bd307f8
5 changed files with 31 additions and 8 deletions

View File

@ -32,8 +32,6 @@ struct cellElement {
int colIndex;
int rowIndex;
bool value;
struct cellElement * nextCol;
struct cellElement * nextRow;