summaryrefslogtreecommitdiffstats
path: root/examples/h5_extend_write.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r251] Typo in a comment has been fixed.Elena Pourmal1998-02-111-1/+1
|
* [svn-r250] Spelling of "extendible" has been fixed.Elena Pourmal1998-02-111-2/+2
|
* [svn-r235] Comments have been added.Elena Pourmal1998-02-101-2/+16
|
* [svn-r229] New examples have been created in the examples directory:Elena Pourmal1998-02-081-0/+150
h5_write.c - stores INT array as INT32 little endian dataset in the HDF5 file. h5_read.c - gets info about the dataset; reads hyperslab from the dataset in the file into 2-dim slice of the 3 dimensional array. h5_compund.c - creates compound dataset and writes it to the file; reads subsets of the dataset. h5_extend_write.c - writes extendable dataset. h5_extend_read.c - gets info about the dataset; reads dataset and one of the chunks.