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
86c567b2
Commit
86c567b2
authored
Mar 24, 2017
by
Matthieu Schaller
Browse files
Use 3rd order multipoles by default
parent
8782de4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
86c567b2
...
...
@@ -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])
...
...
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