How do I fill a dataset containing a compound type in Fortran? For example

TYPE MYTYPE
  INTEGER ,DIMENSION(100) :: INTS
  CHARACTER(LEN=1000) :: STR
END TYPE

The H5Pset_fill_value_f routine seems to be overloaded for integer, real and character. Calling it with an integer fill value sets all the INTS(1) in the dataset to this value, everything else is junk.

Thanks

Rod Cook



_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to