From 3079b8dde8eabe7b130473a859a3f0abddd46c2d Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Tue, 11 Dec 2012 08:39:39 -0500 Subject: [svn-r23090] Fixed H5Dread input parameters. Tested: gnu (jam) --- fortran/examples/h5_subset.f90 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fortran/examples/h5_subset.f90 b/fortran/examples/h5_subset.f90 index a1203d4..56c8ccc 100644 --- a/fortran/examples/h5_subset.f90 +++ b/fortran/examples/h5_subset.f90 @@ -158,8 +158,7 @@ PROGRAM H5_SUBSET memspace, dataspace) data_dims(1:2) = (/dim0, dim1/) - CALL h5dread_f(dset_id, H5T_NATIVE_INTEGER, rdata, data_dims, error, & - H5S_ALL_F, H5S_ALL_F) + CALL h5dread_f(dset_id, H5T_NATIVE_INTEGER, rdata, data_dims, error) ! ! Read entire dataset back -- cgit v0.12