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
44e733cb
Commit
44e733cb
authored
Jan 24, 2017
by
Matthieu Schaller
Browse files
Removed unnecessary check.
parent
dd072659
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
44e733cb
...
...
@@ -2762,12 +2762,6 @@ void engine_step(struct engine *e) {
engine_launch
(
e
,
e
->
nr_threads
);
TIMER_TOC
(
timer_runners
);
#ifdef SWIFT_DEBUG_CHECKS
for
(
size_t
i
=
0
;
i
<
e
->
s
->
nr_parts
;
++
i
)
{
if
(
e
->
s
->
parts
[
i
].
time_bin
==
0
)
error
(
"Particle in bin 0"
);
}
#endif
TIMER_TOC2
(
timer_step
);
clocks_gettime
(
&
time2
);
...
...
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