From 86c567b2df485e1b87f1672e4ada34fbe3f0f127 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Fri, 24 Mar 2017 14:24:41 +0800 Subject: [PATCH] Use 3rd order multipoles by default --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ec780d1f8d..b069d33baf 100644 --- a/configure.ac +++ b/configure.ac @@ -802,10 +802,10 @@ esac # Gravity multipole order AC_ARG_WITH([multipole-order], [AS_HELP_STRING([--with-multipole-order=<order>], - [order of the multipole and gravtiational field expansion @<:@ default: 2@:>@] + [order of the multipole and gravtiational field expansion @<:@ default: 3@:>@] )], [with_multipole_order="$withval"], - [with_multipole_order="2"] + [with_multipole_order="3"] ) AC_DEFINE_UNQUOTED([SELF_GRAVITY_MULTIPOLE_ORDER], [$with_multipole_order], [Multipole order]) -- GitLab