From 90f3f8ef1f67dc6d07c242b68bc59c805bb407dd Mon Sep 17 00:00:00 2001 From: meggert Date: Mon, 12 Feb 2024 14:51:54 +0100 Subject: [PATCH] removed printout --- src/fsfw/globalfunctions/math/MatrixOperations.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fsfw/globalfunctions/math/MatrixOperations.h b/src/fsfw/globalfunctions/math/MatrixOperations.h index 8d08ed90..eefce646 100644 --- a/src/fsfw/globalfunctions/math/MatrixOperations.h +++ b/src/fsfw/globalfunctions/math/MatrixOperations.h @@ -210,8 +210,6 @@ class MatrixOperations { determinant = determinant + (mat[0][i] * (mat[1][(i + 1) % 3] * mat[2][(i + 2) % 3] - mat[1][(i + 2) % 3] * mat[2][(i + 1) % 3])); } - // cout<<"\n\ndeterminant: "<