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

Default to order 5 multipoles

parent 0aee1336
No related branches found
No related tags found
1 merge request!420Gravity speedup
......@@ -842,10 +842,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: 4@:>@]
[order of the multipole and gravitational field expansion @<:@ default: 5@:>@]
)],
[with_multipole_order="$withval"],
[with_multipole_order="4"]
[with_multipole_order="5"]
)
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