Skip to content
Snippets Groups Projects
Commit a5d29e70 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Default to order 4 multipoles by default.

parent 5106ef95
No related branches found
No related tags found
1 merge request!566Periodic gravity calculation
......@@ -1269,10 +1269,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: 5@:>@]
[order of the multipole and gravitational field expansion @<:@ default: 4@:>@]
)],
[with_multipole_order="$withval"],
[with_multipole_order="5"]
[with_multipole_order="4"]
)
AC_DEFINE_UNQUOTED([SELF_GRAVITY_MULTIPOLE_ORDER], [$with_multipole_order], [Multipole order])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment