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
ef3318e4
Commit
ef3318e4
authored
Nov 03, 2016
by
Matthieu Schaller
Browse files
Remove the unusued TASK_VERBOSE lines.
parent
bd44fc03
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
ef3318e4
...
...
@@ -175,10 +175,6 @@ void runner_do_grav_external(struct runner *r, struct cell *c, int timer) {
if
(
c
->
progeny
[
k
]
!=
NULL
)
runner_do_grav_external
(
r
,
c
->
progeny
[
k
],
0
);
}
else
{
#ifdef TASK_VERBOSE
OUT
;
#endif
/* Loop over the gparts in this cell. */
for
(
int
i
=
0
;
i
<
gcount
;
i
++
)
{
...
...
@@ -223,10 +219,6 @@ void runner_do_cooling(struct runner *r, struct cell *c, int timer) {
if
(
c
->
progeny
[
k
]
!=
NULL
)
runner_do_cooling
(
r
,
c
->
progeny
[
k
],
0
);
}
else
{
#ifdef TASK_VERBOSE
OUT
;
#endif
/* Loop over the parts in this cell. */
for
(
int
i
=
0
;
i
<
count
;
i
++
)
{
...
...
@@ -923,10 +915,6 @@ void runner_do_kick(struct runner *r, struct cell *c, int timer) {
return
;
}
#ifdef TASK_VERBOSE
OUT
;
#endif
int
updated
=
0
,
g_updated
=
0
;
int
ti_end_min
=
max_nr_timesteps
,
ti_end_max
=
0
;
...
...
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