diff --git a/src/common/getGeometryInfo.cpp b/src/common/getGeometryInfo.cpp index e434ff8..8dde7c1 100644 --- a/src/common/getGeometryInfo.cpp +++ b/src/common/getGeometryInfo.cpp @@ -3,6 +3,7 @@ #include "Function1D.h" #include "Function.h" #include "Function2D.h" +#include "Function3D.h" #include "Matrix.h" #include "src/common/getMeasurementMetaData.h" @@ -63,60 +64,52 @@ void transformGeometry(const Matrix& aMotorPos, const Matrix& aTransformationMat const Matrix aRlList, const Matrix aRnList, const Matrix aSlList, const Matrix aSnList, GeometryInfo& aOutput) { double motorPos = max(aMotorPos)[0]; - size_t receiverMatrixSize = motorPos * max(aRlList)[0] * max(aRnList)[0] * 3; - size_t senderMatrixSize = motorPos * max(aSlList)[0] * max(aSnList)[0] * 3; for(int m=0; m