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
c927e524
Commit
c927e524
authored
Jul 01, 2020
by
Matthieu Schaller
Browse files
Applied code formatting tool
parent
3613f33a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/serial_io.c
View file @
c927e524
...
...
@@ -251,7 +251,7 @@ void prepare_array_serial(const struct engine* e, hid_t grp, char* fileName,
error
(
"Error while creating data space for field '%s'."
,
props
.
name
);
/* Decide what chunk size to use based on compression */
int
log2_chunk_size
=
e
->
snapshot_compression
>
0
?
12
:
18
;
int
log2_chunk_size
=
e
->
snapshot_compression
>
0
?
12
:
18
;
int
rank
=
0
;
hsize_t
shape
[
2
];
...
...
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