diff --git a/src/storage/JacobiDecomposition.h b/src/storage/JacobiDecomposition.h index 5ff33b0aa..950f89aa5 100644 --- a/src/storage/JacobiDecomposition.h +++ b/src/storage/JacobiDecomposition.h @@ -26,7 +26,7 @@ template class JacobiDecomposition { public: - JacobiDecomposition(mrmc::storage::SquareSparseMatrix * const jacobiLuMatrix, mrmc::storage::SquareSparseMatrix * const jacobiDInvMatrix) : this->jacobiLuMatrix(jacobiLuMatrix), this->jacobiDInvMatrix(jacobiDInvMatrix) { + JacobiDecomposition(mrmc::storage::SquareSparseMatrix * const jacobiLuMatrix, mrmc::storage::SquareSparseMatrix * const jacobiDInvMatrix) : jacobiLuMatrix(jacobiLuMatrix), jacobiDInvMatrix(jacobiDInvMatrix) { } ~JacobiDecomposition() {