From 110cf8bbf5d655f7e358c2660551cc758c3a7187 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 21 Jun 2012 17:03:15 +0200 Subject: [PATCH] fix compilation issue with MKL's backend --- Eigen/src/Core/products/TriangularSolverMatrix_MKL.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h b/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h index 47699f210..a4f508b2e 100644 --- a/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h +++ b/Eigen/src/Core/products/TriangularSolverMatrix_MKL.h @@ -51,7 +51,7 @@ struct triangular_solve_matrix& /*blocking*/) \ { \ MKL_INT m = size, n = otherSize, lda, ldb; \ char side = 'L', uplo, diag='N', transa; \ @@ -106,7 +106,7 @@ struct triangular_solve_matrix& /*blocking*/) \ { \ MKL_INT m = otherSize, n = size, lda, ldb; \ char side = 'R', uplo, diag='N', transa; \