Skip to content
GitLab
Menu
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
fe3ff0aa
Commit
fe3ff0aa
authored
Sep 07, 2017
by
Matthieu Schaller
Browse files
Removed debugging line that skipped the ghosts
parent
1b2bf3e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
fe3ff0aa
...
...
@@ -632,9 +632,9 @@ void runner_do_ghost(struct runner *r, struct cell *c, int timer) {
const
struct
engine
*
e
=
r
->
e
;
const
struct
space
*
s
=
e
->
s
;
const
float
hydro_h_max
=
e
->
hydro_properties
->
h_max
;
const
float
eps
=
e
->
hydro_properties
->
h_tolerance
*
1e10
;
const
float
eps
=
e
->
hydro_properties
->
h_tolerance
;
const
float
hydro_eta_dim
=
pow_dimension
(
e
->
hydro_properties
->
eta_neighbours
);
pow_dimension
(
e
->
hydro_properties
->
eta_neighbours
);
const
int
max_smoothing_iter
=
e
->
hydro_properties
->
max_smoothing_iterations
;
int
redo
=
0
,
count
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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