diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-08-23 18:43:22 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-08-23 18:43:22 (GMT) |
commit | 8a2a3596a57607f43f12edaf1e9d584eb9e006e6 (patch) | |
tree | 5cd7f13f5098da87f13bdbcbd7dd93d9d3623a5a /tools/h5repack/h5repack.h | |
parent | 93c167f3ff4b74261b13f34e37ea2b0280623c4f (diff) | |
download | hdf5-8a2a3596a57607f43f12edaf1e9d584eb9e006e6.zip hdf5-8a2a3596a57607f43f12edaf1e9d584eb9e006e6.tar.gz hdf5-8a2a3596a57607f43f12edaf1e9d584eb9e006e6.tar.bz2 |
[svn-r9137] Purpose:
new test
Description:
added a test that generates and copies a file with a dataset with fill value
(this is to test the property list function H5Pequal)
Solution:
Platforms tested:
linux
solaris
aix
Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r-- | tools/h5repack/h5repack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h index 5c2c7eb..7411085 100644 --- a/tools/h5repack/h5repack.h +++ b/tools/h5repack/h5repack.h @@ -257,6 +257,8 @@ int parse_number(char *str); *------------------------------------------------------------------------- */ +#define FNAME0 "test0.h5" +#define FNAME0OUT "test0.out.h5" #define FNAME1 "test1.h5" #define FNAME1OUT "test1.out.h5" #define FNAME2 "test2.h5" |