revert bad commit

This commit is contained in:
Gael Guennebaud 2009-01-19 08:21:32 +00:00
parent d58bb54e7f
commit 708fa36750

View File

@ -114,7 +114,7 @@ using Eigen::ei_cos;
#if (defined _MSC_VER)
#define EIGEN_STRONG_INLINE __forceinline
#else
#define EIGEN_STRONG_INLINE __attribute__((always_inline))
#define EIGEN_STRONG_INLINE inline
#endif
#if (defined __GNUC__)