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
03f0ca37
Commit
03f0ca37
authored
Oct 14, 2015
by
Matthieu Schaller
Browse files
Typo in error message
parent
7c7a4748
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common_io.c
View file @
03f0ca37
...
...
@@ -198,7 +198,7 @@ void writeStringAttribute(hid_t grp, char* name, const char* str, int length) {
h_err
=
H5Tset_size
(
h_type
,
length
);
if
(
h_err
<
0
)
{
error
(
"Error while resizing attribute ty
e
p to '%i'."
,
length
);
error
(
"Error while resizing attribute typ
e
to '%i'."
,
length
);
}
h_attr
=
H5Acreate1
(
grp
,
name
,
h_type
,
h_space
,
H5P_DEFAULT
);
...
...
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