From ea7113dd0c178d1a208ab53a9939cf7ddf79247e Mon Sep 17 00:00:00 2001 From: Emilie Guy Date: Mon, 6 Jul 2015 14:31:08 +0200 Subject: [PATCH] typo correction in mathFunction --- Eigen/src/Core/MathFunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/MathFunctions.h b/Eigen/src/Core/MathFunctions.h index 408f76b1a..5091e8d75 100644 --- a/Eigen/src/Core/MathFunctions.h +++ b/Eigen/src/Core/MathFunctions.h @@ -359,9 +359,9 @@ struct cast_impl // here, for once, we're plainly returning NewType: we don't want cast to do weird things. template +EIGEN_DEVICE_FUNC inline NewType cast(const OldType& x) { - EIGEN_DEVICE_FUNC return cast_impl::run(x); }