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
e4fd03ab
Commit
e4fd03ab
authored
Mar 16, 2020
by
Matthieu Schaller
Browse files
Better help strings in the main configure string
parent
7b19e1e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e4fd03ab
...
...
@@ -1789,7 +1789,7 @@ esac
# Cooling function
AC_ARG_WITH([cooling],
[AS_HELP_STRING([--with-cooling=<function>],
[cooling function @<:@none, const-du, const-lambda, EAGLE, grackle_* default: none@:>@.
[cooling function @<:@none, const-du, const-lambda,
QLA,
EAGLE, grackle_* default: none@:>@.
For Grackle, you need to provide the primordial chemistry parameter (e.g. grackle_0)]
)],
[with_cooling="$withval"],
...
...
@@ -1836,7 +1836,7 @@ esac
# chemistry function
AC_ARG_WITH([chemistry],
[AS_HELP_STRING([--with-chemistry=<function>],
[chemistry function @<:@none, GEAR_*, EAGLE default: none@:>@
[chemistry function @<:@none, GEAR_*,
QLA,
EAGLE default: none@:>@
For GEAR, you need to provide the number of elements (e.g. GEAR_10)]
)],
[with_chemistry="$withval"],
...
...
@@ -2084,7 +2084,7 @@ esac
# Entropy floor
AC_ARG_WITH([entropy-floor],
[AS_HELP_STRING([--with-entropy-floor=<floor>],
[entropy floor @<:@none, EAGLE, default: none@:>@]
[entropy floor @<:@none,
QLA,
EAGLE, default: none@:>@]
)],
[with_entropy_floor="$withval"],
[with_entropy_floor="none"]
...
...
@@ -2144,7 +2144,7 @@ esac
# Star formation
AC_ARG_WITH([star-formation],
[AS_HELP_STRING([--with-star-formation=<sfm>],
[star formation @<:@none, EAGLE, GEAR, default: none@:>@]
[star formation @<:@none,
QLA,
EAGLE, GEAR, default: none@:>@]
)],
[with_star_formation="$withval"],
[with_star_formation="none"]
...
...
src/engine.h
View file @
e4fd03ab
...
...
@@ -547,8 +547,6 @@ void engine_launch(struct engine *e, const char *call);
void
engine_prepare
(
struct
engine
*
e
);
void
engine_init_particles
(
struct
engine
*
e
,
int
flag_entropy_ICs
,
int
clean_h_values
);
void
engine_compute_star_formation_stats
(
struct
engine
*
e
,
struct
star_formation
*
starform
);
void
engine_step
(
struct
engine
*
e
);
void
engine_split
(
struct
engine
*
e
,
struct
partition
*
initial_partition
);
void
engine_exchange_strays
(
struct
engine
*
e
,
const
size_t
offset_parts
,
...
...
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