From 5f90b74937da40d341935a08248f86be5e395d9c Mon Sep 17 00:00:00 2001 From: silvana884 Date: Thu, 13 Nov 2025 21:16:31 +0100 Subject: [PATCH] Matrixtyp definiert --- matrix.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/matrix.h b/matrix.h index f08792e..cc640d1 100644 --- a/matrix.h +++ b/matrix.h @@ -6,10 +6,6 @@ typedef float MatrixType; // TODO Matrixtyp definieren -typedef struct{ - unsigned int rows; - unsigned int cols; - } Matrixtyp; Matrix createMatrix(unsigned int rows, unsigned int cols);