diff --git a/configure.ac b/configure.ac index 75a333a3d8f6554752dc70978c3ca45aecb09dc9..91ee913c03d5559ed496137c5e3b9422f0808848 100644 --- a/configure.ac +++ b/configure.ac @@ -829,10 +829,10 @@ esac # Gravity multipole order AC_ARG_WITH([multipole-order], [AS_HELP_STRING([--with-multipole-order=<order>], - [order of the multipole and gravitational field expansion @<:@ default: 3@:>@] + [order of the multipole and gravitational field expansion @<:@ default: 4@:>@] )], [with_multipole_order="$withval"], - [with_multipole_order="3"] + [with_multipole_order="4"] ) AC_DEFINE_UNQUOTED([SELF_GRAVITY_MULTIPOLE_ORDER], [$with_multipole_order], [Multipole order])