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
7bf8f5ee
Commit
7bf8f5ee
authored
Nov 28, 2019
by
Loic Hausammann
Browse files
Logger: Remove message
parent
33129ea4
Changes
1
Show whitespace changes
Inline
Side-by-side
src/logger.c
View file @
7bf8f5ee
...
...
@@ -904,7 +904,6 @@ void logger_log_repartition(
/* Log the hydro parts. */
for
(
int
j
=
0
;
j
<
counts
[
c_ind
];
j
++
)
{
size_t
ind
=
part_offset
+
j
;
message
(
"%i: %lli"
,
sending
,
parts
[
ind
].
id
);
logger_log_part
(
log
,
&
parts
[
ind
],
mask_hydro
,
&
xparts
[
ind
].
logger_data
.
last_offset
,
flag
);
...
...
Write
Preview
Markdown
is supported
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