From 75dc5fc631a9787a9e25ed1ddd1023a709b81526 Mon Sep 17 00:00:00 2001 From: maxgrf Date: Sun, 16 Nov 2025 21:31:24 +0100 Subject: [PATCH] formatiert --- matrix.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/matrix.c b/matrix.c index b46c57a..8f986e7 100644 --- a/matrix.c +++ b/matrix.c @@ -95,8 +95,7 @@ Matrix add(const Matrix matrix1, const Matrix matrix2) return result_add; } - //if (matrix1.rows != matrix2.rows || matrix1.cols != 1 || matrix2.cols != 1) - return createMatrix(0, 0); + return createMatrix(0, 0); } Matrix multiply(const Matrix matrix1, const Matrix matrix2)