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
90463b78
Commit
90463b78
authored
Mar 01, 2018
by
Peter W. Draper
Browse files
Fix syntax typo
parent
ede2d290
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parallel_io.c
View file @
90463b78
...
...
@@ -932,7 +932,8 @@ void prepare_file(struct engine* e, const char* baseName, long long N_total[6],
/* Print the gravity parameters */
if
(
e
->
policy
&
engine_policy_cosmology
)
{
h_grp
=
H5Gcreate
(
h_file
,
"/Cosmology"
,
H5P_DEFAULT
,
H5P_DEFAULT
,
H5P_DEFAULT
)
if
(
h_grp
<
0
)
H5P_DEFAULT
);
if
(
h_grp
<
0
)
error
(
"Error while creating cosmology group"
);
cosmology_write_model
(
h_grp
,
e
->
cosmology
);
H5Gclose
(
h_grp
);
...
...
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