diff --git a/numerics/sin_cos.hpp b/numerics/sin_cos.hpp index 4451c15830..07a26ee280 100644 --- a/numerics/sin_cos.hpp +++ b/numerics/sin_cos.hpp @@ -7,9 +7,9 @@ namespace numerics { namespace _sin_cos { namespace internal { -#define PRINCIPIA_INLINE_SIN_COS 1 +#define PRINCIPIA_INLINE_SIN_COS 0 #define PRINCIPIA_USE_OSACA_SIN 0 -#define PRINCIPIA_USE_OSACA_COS 1 +#define PRINCIPIA_USE_OSACA_COS 0 #if PRINCIPIA_INLINE_SIN_COS FORCE_INLINE(inline)