Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
a5d29e70
Commit
a5d29e70
authored
Jun 30, 2018
by
Matthieu Schaller
Browse files
Default to order 4 multipoles by default.
parent
5106ef95
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
a5d29e70
...
...
@@ -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])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment