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
5779ee54
Commit
5779ee54
authored
May 09, 2018
by
Josh Borrow
Browse files
BREAKING CHANGE: changed the name of P-E SPH to pressure-entropy from hopkins
parent
97c903cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
5779ee54
...
...
@@ -855,7 +855,7 @@ fi
# Hydro scheme.
AC_ARG_WITH([hydro],
[AS_HELP_STRING([--with-hydro=<scheme>],
[Hydro dynamics to use @<:@gadget2, minimal,
hopkins
, pressure-energy, default, gizmo, shadowfax debug default: gadget2@:>@]
[Hydro dynamics to use @<:@gadget2, minimal,
pressure-entropy
, pressure-energy, default, gizmo, shadowfax debug default: gadget2@:>@]
)],
[with_hydro="$withval"],
[with_hydro="gadget2"]
...
...
@@ -876,7 +876,7 @@ case "$with_hydro" in
minimal)
AC_DEFINE([MINIMAL_SPH], [1], [Minimal SPH])
;;
hopkins
)
pressure-entropy
)
AC_DEFINE([HOPKINS_PE_SPH], [1], [Pressure-Entropy SPH])
;;
pressure-energy)
...
...
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