diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-06-09 13:35:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 13:35:33 (GMT) |
commit | 8b54201509257e3d2cd968dfae8bcda1ddef4988 (patch) | |
tree | dbad0c2fcb93ae91ca2467b1f3ef7221789bbf3b /examples | |
parent | acb6e2da30466aeec3300b462389b3aee344d586 (diff) | |
download | hdf5-8b54201509257e3d2cd968dfae8bcda1ddef4988.zip hdf5-8b54201509257e3d2cd968dfae8bcda1ddef4988.tar.gz hdf5-8b54201509257e3d2cd968dfae8bcda1ddef4988.tar.bz2 |
Develop sync (#1793)
* Synch update
* Branch sync changes
Diffstat (limited to 'examples')
-rw-r--r-- | examples/testh5cc.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/testh5cc.sh.in b/examples/testh5cc.sh.in index a8974bf..0018bc5 100644 --- a/examples/testh5cc.sh.in +++ b/examples/testh5cc.sh.in @@ -401,7 +401,7 @@ echo "***"Version compatibility tests. # else if H5_USE_16_API_DEFAULT; # then v16main works. # else v18main works and -DH5_USE_16_API_DEFAULT v16main also works. -# as new versions with versioned functions are added, they will work with and +# As new versions with versioned functions are added, they will work with and # should be added to H5_NO_DEPRECATED_SYMBOLS and to the else section, with and # without the -DH5_USE_<N>_API_DEFAULT flag. A new H5_USE_<N>_API_DEFAULT section # should also be added. |