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

Use order 4 multipoles in the FMM scheme by default.

parent ad8aa1fb
No related branches found
No related tags found
1 merge request!354Gravity documentation
...@@ -829,10 +829,10 @@ esac ...@@ -829,10 +829,10 @@ esac
# Gravity multipole order # Gravity multipole order
AC_ARG_WITH([multipole-order], AC_ARG_WITH([multipole-order],
[AS_HELP_STRING([--with-multipole-order=<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="$withval"],
[with_multipole_order="3"] [with_multipole_order="4"]
) )
AC_DEFINE_UNQUOTED([SELF_GRAVITY_MULTIPOLE_ORDER], [$with_multipole_order], [Multipole order]) 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