From 1f1e0b9e30a175c7a3197ffc87898404dda7c45e Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Sun, 5 Jun 2016 12:59:11 -0700 Subject: [PATCH] Silenced compilation warning --- Eigen/src/Core/SpecialFunctions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Eigen/src/Core/SpecialFunctions.h b/Eigen/src/Core/SpecialFunctions.h index 0dd9a1dc3..a657cb854 100644 --- a/Eigen/src/Core/SpecialFunctions.h +++ b/Eigen/src/Core/SpecialFunctions.h @@ -1050,8 +1050,8 @@ struct betainc_impl { template struct betainc_impl { EIGEN_DEVICE_FUNC - static EIGEN_STRONG_INLINE Scalar run(Scalar a, Scalar b, Scalar x) { - /* betaincf.c + static EIGEN_STRONG_INLINE Scalar run(Scalar, Scalar, Scalar) { + /* betaincf.c * * Incomplete beta integral *