This commit is contained in:
Antoine Bartuccio 2016-12-27 22:34:15 +01:00
parent ca80078eb7
commit 46f9dbd5b3
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ bool CreateMatrixElem(Matrix matrix, int ColPos, int RowPos){
} else if (Col->data->rowIndex > RowPos){
elem->nextRow = Col->data;
Col->data = elem;
} else {NMWZxm5uQt
} else {
tmp = Col->data;
while (tmp->nextRow != NULL && tmp->nextRow->rowIndex < RowPos){
tmp=tmp->nextRow;