From e25875fac6b61cc77956e8588acfa89d2b6cf02a Mon Sep 17 00:00:00 2001 From: maxgrf Date: Sat, 15 Nov 2025 04:07:49 +0100 Subject: [PATCH] reload --- matrix.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/matrix.c b/matrix.c index 728f8f6..dab5873 100644 --- a/matrix.c +++ b/matrix.c @@ -52,8 +52,6 @@ MatrixType getMatrixAt(const Matrix matrix, unsigned int rowIdx, unsigned int co Matrix add(const Matrix matrix1, const Matrix matrix2) { - // Needed: rows/Zeilen, collums/Spalten - // test, if two matrix has exact size if (matrix1.rows != matrix2.rows || matrix1.cols != matrix2.cols)