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
0e8d87ef
Commit
0e8d87ef
authored
Sep 21, 2017
by
Josh Borrow
Browse files
Removed some incorrect comments
parent
fa4f6491
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common_io.c
View file @
0e8d87ef
...
...
@@ -300,8 +300,6 @@ void io_write_attribute_s(hid_t grp, const char* name, const char* str) {
*/
void
io_read_unit_system
(
hid_t
h_file
,
struct
unit_system
*
us
)
{
// First check if it exists as this is *not* required.
// This check comes from the H5G documentation.
// https://support.hdfgroup.org/ftp/HDF5/examples/misc-examples/h5grpexist.c
int
exists
=
H5Lexists
(
h_file
,
"/Units"
,
H5P_DEFAULT
);
if
(
exists
==
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