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
ac521a7f
Commit
ac521a7f
authored
Oct 10, 2019
by
Matthieu Schaller
Browse files
Print more information in the check for limited particles.
parent
0a1f897f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/space.c
View file @
ac521a7f
...
...
@@ -5298,8 +5298,8 @@ void space_check_limiter_mapper(void *map_data, int nr_parts,
error
(
"Particle still woken up! id=%lld"
,
parts
[
k
].
id
);
if
(
parts
[
k
].
synchronized
!=
0
)
error
(
"Synchronized particle not treated! synchronized=%d"
,
parts
[
k
].
synchronized
);
error
(
"Synchronized particle not treated!
id=%lld
synchronized=%d"
,
parts
[
k
].
id
,
parts
[
k
].
synchronized
);
if
(
parts
[
k
].
gpart
!=
NULL
)
if
(
parts
[
k
].
time_bin
!=
parts
[
k
].
gpart
->
time_bin
)
...
...
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