summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-07-28 15:56:13 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-07-28 15:56:13 (GMT)
commitc36ee92005f92ead97e2563c52efc9d321e36e4c (patch)
treea77e3e8b9a0b31e0483ac5129a469a7f359614bc /vms
parent902de51188364990fa0eddc1ba82f05cbbd60a20 (diff)
downloadhdf5-c36ee92005f92ead97e2563c52efc9d321e36e4c.zip
hdf5-c36ee92005f92ead97e2563c52efc9d321e36e4c.tar.gz
hdf5-c36ee92005f92ead97e2563c52efc9d321e36e4c.tar.bz2
[svn-r17251] Added H5Dlayout.c to the source and updated the test script file for h5import.
Not tested yet.
Diffstat (limited to 'vms')
-rw-r--r--vms/src/make.com4
-rw-r--r--vms/tools/h5import/check_h5import.com6
2 files changed, 5 insertions, 5 deletions
diff --git a/vms/src/make.com b/vms/src/make.com
index a928b51..71d302a 100644
--- a/vms/src/make.com
+++ b/vms/src/make.com
@@ -37,8 +37,8 @@ $ cobj= "H5, H5checksum, H5dbg, H5system, H5timer, H5trace,"+-
"H5Abtree2, H5A, H5AC, H5Adense, H5Adeprec, H5Aint, H5Atest,"+-
"H5B2, H5B2cache, H5B2dbg, H5B2int, H5B2stat, H5B2test, H5B, H5Bcache, H5Bdbg,"+-
"H5C, H5CS,"+-
- "H5Dbtree, H5D, H5Dchunk, H5Dcompact, H5Dcontig, H5Ddbg, H5Ddeprec, H5Defl,"+-
- "H5Dfill, H5Dint, H5Dio, H5Dmpio, H5Doh, H5Dscatgath, H5Dselect, H5Dtest,"+-
+ "H5Dbtree, H5D, H5Dchunk, H5Dcompact, H5Dcontig, H5Ddbg, H5Ddeprec, H5Defl, H5Dfill,"+-
+ "H5Dint, H5Dio, H5Dlayout, H5Dmpio, H5Doh, H5Dscatgath, H5Dselect, H5Dtest,"+-
"H5E, H5Edeprec, H5Eint,"+-
"H5Faccum, H5F, H5Fdbg, H5FD, H5FDcore,"+-
"H5FDdirect, H5FDfamily, H5FDint, H5FDlog, H5FDmpi, H5FDmpio,"+-
diff --git a/vms/tools/h5import/check_h5import.com b/vms/tools/h5import/check_h5import.com
index fe5b323..0348391 100644
--- a/vms/tools/h5import/check_h5import.com
+++ b/vms/tools/h5import/check_h5import.com
@@ -108,10 +108,10 @@ $ CALL TOOLTEST "str.txt -c textstr.conf -o" test14.h5
$
$ ! Delete temporary files
-$ del *_out.h5;*
+$ del *.h5;*
$ del *.h5importtxt;*
-$ del b*.;*
-$ del txti*.;*
+$ del *.bin;*
+$ del *.txt;*
$ del *.dif;*
$ !
$