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
44bacc50
Commit
44bacc50
authored
Jul 27, 2017
by
Aidan Chalk
Browse files
Fix to make test27cells still give 48 neighbours
parent
a09b7e2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test27cells.c
View file @
44bacc50
...
...
@@ -204,6 +204,8 @@ void zero_particle_fields(struct cell *c) {
void
end_calculation
(
struct
cell
*
c
)
{
for
(
int
pid
=
0
;
pid
<
c
->
count
;
pid
++
)
{
hydro_end_density
(
&
c
->
parts
[
pid
]);
c
->
parts
[
pid
].
density
.
wcount
*=
pow_dimension
(
c
->
parts
[
pid
].
h
);
c
->
parts
[
pid
].
density
.
wcount
*=
kernel_norm
;
}
}
...
...
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