diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-07 16:36:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 16:36:51 (GMT) |
commit | 7df729bbf3e0f0b53dda73829f05fdf709993e4c (patch) | |
tree | f665f58f22b2d26cfae1138c9e38fea58a01ef9e /testpar/testphdf5.h | |
parent | a4e833c50c002239af8c16667b1b072e6c6fa27f (diff) | |
download | hdf5-7df729bbf3e0f0b53dda73829f05fdf709993e4c.zip hdf5-7df729bbf3e0f0b53dda73829f05fdf709993e4c.tar.gz hdf5-7df729bbf3e0f0b53dda73829f05fdf709993e4c.tar.bz2 |
1.12: Brings changes from testpar over from develop (#1614)
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index f015005..cf41f9b 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -214,8 +214,8 @@ typedef int DATATYPE; /* Shape Same Tests Definitions */ typedef enum { - IND_CONTIG, /* Independent IO on contigous datasets */ - COL_CONTIG, /* Collective IO on contigous datasets */ + IND_CONTIG, /* Independent IO on contiguous datasets */ + COL_CONTIG, /* Collective IO on contiguous datasets */ IND_CHUNKED, /* Independent IO on chunked datasets */ COL_CHUNKED /* Collective IO on chunked datasets */ } ShapeSameTestMethods; |