kommentaare update

This commit is contained in:
Max-R 2025-11-22 15:19:41 +01:00
parent b187a13b17
commit 5075c34983

View File

@ -184,5 +184,4 @@ Matrix multiply(const Matrix matrix1, const Matrix matrix2) {
Matrix errorMatrix = {0, 0, NULL};
return errorMatrix;
}
//return matrix1;
}