Fix typos found in the rest of the hdf5 code-base (#1985)
* Fix typos found in the rest of the hdf5 code-base
* Typo in tool.cmake
* Revert "Typo in tool.cmake"
This reverts commit 06b8403d99.
* Fix clang-format styling
This commit is contained in:
@@ -128,7 +128,7 @@ main(void)
|
||||
for (i = 0; i < (int)num_map; i++) {
|
||||
printf(" Mapping %d \n", i);
|
||||
printf(" Selection in the virtual dataset \n");
|
||||
/* Get selection in the virttual dataset */
|
||||
/* Get selection in the virtual dataset */
|
||||
vspace = H5Pget_virtual_vspace(dcpl, (size_t)i);
|
||||
if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) {
|
||||
if (H5Sis_regular_hyperslab(vspace)) {
|
||||
|
||||
@@ -156,7 +156,7 @@ main(void)
|
||||
for (i = 0; i < (int)num_map; i++) {
|
||||
printf(" Mapping %d \n", i);
|
||||
printf(" Selection in the virtual dataset \n");
|
||||
/* Get selection in the virttual dataset */
|
||||
/* Get selection in the virtual dataset */
|
||||
vspace = H5Pget_virtual_vspace(dcpl, (size_t)i);
|
||||
if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) {
|
||||
if (H5Sis_regular_hyperslab(vspace)) {
|
||||
|
||||
@@ -153,7 +153,7 @@ main(void)
|
||||
for (i = 0; i < (int)num_map; i++) {
|
||||
printf(" Mapping %d \n", i);
|
||||
printf(" Selection in the virtual dataset \n");
|
||||
/* Get selection in the virttual dataset */
|
||||
/* Get selection in the virtual dataset */
|
||||
vspace = H5Pget_virtual_vspace(dcpl, (size_t)i);
|
||||
if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) {
|
||||
if (H5Sis_regular_hyperslab(vspace)) {
|
||||
|
||||
@@ -246,7 +246,7 @@ main(void)
|
||||
for (i = 0; i < (int)num_map; i++) {
|
||||
printf(" Mapping %d \n", i);
|
||||
printf(" Selection in the virtual dataset \n");
|
||||
/* Get selection in the virttual dataset */
|
||||
/* Get selection in the virtual dataset */
|
||||
vspace = H5Pget_virtual_vspace(dcpl, (size_t)i);
|
||||
if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) {
|
||||
if (H5Sis_regular_hyperslab(vspace)) {
|
||||
|
||||
@@ -223,7 +223,7 @@ main(void)
|
||||
for (i = 0; i < (int)num_map; i++) {
|
||||
printf(" Mapping %d \n", i);
|
||||
printf(" Selection in the virtual dataset \n");
|
||||
/* Get selection in the virttual dataset */
|
||||
/* Get selection in the virtual dataset */
|
||||
vspace = H5Pget_virtual_vspace(dcpl, (size_t)i);
|
||||
if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) {
|
||||
if (H5Sis_regular_hyperslab(vspace)) {
|
||||
|
||||
@@ -183,7 +183,7 @@ main(void)
|
||||
for (i = 0; i < (int)num_map; i++) {
|
||||
printf(" Mapping %d \n", i);
|
||||
printf(" Selection in the virtual dataset \n");
|
||||
/* Get selection in the virttual dataset */
|
||||
/* Get selection in the virtual dataset */
|
||||
vspace = H5Pget_virtual_vspace(dcpl, (size_t)i);
|
||||
if (H5Sget_select_type(vspace) == H5S_SEL_HYPERSLABS) {
|
||||
if (H5Sis_regular_hyperslab(vspace)) {
|
||||
|
||||
@@ -132,7 +132,7 @@ main(void)
|
||||
for (i = 0; i < (int)num_map; i++) {
|
||||
printf(" Mapping %d \n", i);
|
||||
printf(" Selection in the virtual dataset ");
|
||||
/* Get selection in the virttual dataset */
|
||||
/* Get selection in the virtual dataset */
|
||||
vspace = H5Pget_virtual_vspace(dcpl, (size_t)i);
|
||||
|
||||
/* Make sure it is ALL selection and then print selection. */
|
||||
|
||||
@@ -169,7 +169,7 @@ main(void)
|
||||
for (i = 0; i < (int)num_map; i++) {
|
||||
printf(" Mapping %d \n", i);
|
||||
printf(" Selection in the virtual dataset ");
|
||||
/* Get selection in the virttual dataset */
|
||||
/* Get selection in the virtual dataset */
|
||||
vspace = H5Pget_virtual_vspace(dcpl, (size_t)i);
|
||||
|
||||
/* Make sure that this is a hyperslab selection and then print information. */
|
||||
|
||||
Reference in New Issue
Block a user