1
0
mirror of https://gitlab.com/klmp200/LO27.git synced 2025-07-17 17:29:23 +00:00
This commit is contained in:
2017-01-02 01:52:05 +01:00
parent cc955328c6
commit af11bb9d09
2 changed files with 43 additions and 12 deletions

View File

@ -688,4 +688,4 @@ void createSquare(Matrix matrix){
setRowToTrue(matrix,matrix.rowCount*3/4);
setColToTrue(matrix,matrix.colCount/4);
setColToTrue(matrix,matrix.colCount*3/4);
}
}