diff options
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/h5repack/h5repackgentest.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/test/h5repack/h5repackgentest.c b/tools/test/h5repack/h5repackgentest.c index 6e2c6bf..12883b7 100644 --- a/tools/test/h5repack/h5repackgentest.c +++ b/tools/test/h5repack/h5repackgentest.c @@ -26,6 +26,10 @@ * * There is no restriction on the name, number, or structure of datasets and * groups in HDF5 file. + * + * The inluded datatypes should be more than adequate to verify the correctness + * of the behavior -- if one type can be consolidated from external storage, + * then thay all can. */ #include "hdf5.h" |