diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-01-27 14:15:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 14:15:34 (GMT) |
commit | 9524dc494f0e62c7b6b82941c34552d2e2bb1283 (patch) | |
tree | 9d6f86e5d539d25d4045765fb50ca4e3bb2be6f1 /src/H5Spkg.h | |
parent | 799ec0fde45a883e3652f29a1f66dd2fdb4c56f9 (diff) | |
download | hdf5-9524dc494f0e62c7b6b82941c34552d2e2bb1283.zip hdf5-9524dc494f0e62c7b6b82941c34552d2e2bb1283.tar.gz hdf5-9524dc494f0e62c7b6b82941c34552d2e2bb1283.tar.bz2 |
Jan ws changes (#282)
* OESS-98 convert plugin option to FetchContent, add tests
* Fixes for pkcfg files because of plugin option
* OESS-98 fix tools test for plugins
* Keep doxygen comments under 100 chars long - format hint
* Whitespace
* HDFFV-11144 - Reclassify CMake messages
* HDFFV-11099/11100 added help text
* Reworked switch statement to compare string instead
* Fix typo
* Whitespace fixes except for H5Tprivate.h typo fix
Diffstat (limited to 'src/H5Spkg.h')
-rw-r--r-- | src/H5Spkg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Spkg.h b/src/H5Spkg.h index 5fe8795..3075b6d 100644 --- a/src/H5Spkg.h +++ b/src/H5Spkg.h @@ -138,10 +138,10 @@ struct H5S_pnt_list_t { H5S_pnt_node_t *head; /* Pointer to head of point list */ H5S_pnt_node_t *tail; /* Pointer to tail of point list */ - hsize_t last_idx; /* Index of the point after the last returned from H5S__get_select_elem_pointlist() */ + hsize_t last_idx; /* Index of the point after the last returned from H5S__get_select_elem_pointlist() */ H5S_pnt_node_t *last_idx_pnt; /* Point after the last returned from H5S__get_select_elem_pointlist(). - * If we ever add a way to remove points or add points in the middle of - * the pointlist we will need to invalidate these fields. */ + * If we ever add a way to remove points or add points in the middle of + * the pointlist we will need to invalidate these fields. */ }; /* Information about hyperslab spans */ |