mirror of
https://gitlab.com/klmp200/LO27.git
synced 2024-11-22 16:23:21 +00:00
WTF
This commit is contained in:
parent
ca80078eb7
commit
46f9dbd5b3
@ -84,7 +84,7 @@ bool CreateMatrixElem(Matrix matrix, int ColPos, int RowPos){
|
|||||||
} else if (Col->data->rowIndex > RowPos){
|
} else if (Col->data->rowIndex > RowPos){
|
||||||
elem->nextRow = Col->data;
|
elem->nextRow = Col->data;
|
||||||
Col->data = elem;
|
Col->data = elem;
|
||||||
} else {NMWZxm5uQt
|
} else {
|
||||||
tmp = Col->data;
|
tmp = Col->data;
|
||||||
while (tmp->nextRow != NULL && tmp->nextRow->rowIndex < RowPos){
|
while (tmp->nextRow != NULL && tmp->nextRow->rowIndex < RowPos){
|
||||||
tmp=tmp->nextRow;
|
tmp=tmp->nextRow;
|
||||||
|
Loading…
Reference in New Issue
Block a user