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
ffb02e38
Commit
ffb02e38
authored
Nov 03, 2017
by
lhausamm
Browse files
Correct a bad copy/paste
parent
16105211
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
ffb02e38
...
...
@@ -4617,7 +4617,7 @@ void engine_init(struct engine *e, struct space *s,
if
(
e
->
policy
&
engine_policy_hydro
)
if
(
e
->
nodeID
==
0
)
hydro_props_print
(
e
->
hydro_properties
);
/* Print information about the
hydro
scheme */
/* Print information about the
gravity
scheme */
if
(
e
->
policy
&
engine_policy_self_gravity
)
if
(
e
->
nodeID
==
0
)
gravity_props_print
(
e
->
gravity_properties
);
...
...
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