From b8551d25ccecf49e3541b0087b8649f0ef572b54 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 24 Mar 2015 18:02:37 -0500 Subject: [svn-r26565] Since fill values for VDS do not work at this point initialized the read buffer to show that VDS data is read correctly, leaving unmapped data untouched. Tested on jam. --- examples/h5_vds.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/h5_vds.c b/examples/h5_vds.c index e55f73d..7e128db 100644 --- a/examples/h5_vds.c +++ b/examples/h5_vds.c @@ -223,6 +223,11 @@ main (void) free(dsetname); free(buf); } + /* EIP Initialize read buffer with -2 since fille values for VDS are not implemented yet */ + for (i=0; i