added MathOperations to util folder
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-09-19 11:10:28 +02:00
parent 4583f0cb86
commit b42986dd8a
2 changed files with 298 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#include <fsfw/src/fsfw/globalfunctions/math/MatrixOperations.h>
#include <fsfw/src/fsfw/globalfunctions/math/QuaternionOperations.h>
#include <fsfw/src/fsfw/globalfunctions/math/VectorOperations.h>
#include <acs/math/MathOperations.h>
#include <acs/util/MathOperations.h>
using namespace Math;