diff --git a/I2_NeuronalerAbsturz/Start_Mac/matrix.h b/I2_NeuronalerAbsturz/Start_Mac/matrix.h index 3b9a3df..6174048 100644 --- a/I2_NeuronalerAbsturz/Start_Mac/matrix.h +++ b/I2_NeuronalerAbsturz/Start_Mac/matrix.h @@ -9,9 +9,9 @@ typedef float MatrixType; typedef struct { + MatrixType *buffer; int rows; int cols; - MatrixType *buffer; } Matrix;