summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r267] Example has been updated to show how to read a hyperslab (column) ↵Elena Pourmal1998-02-131-3/+44
| | | | | | from a chunked dataset.
* [svn-r253] Parameter H5ACC_DEFAULT was replaced by H5ACC_OVERWRITE in the ↵Elena Pourmal1998-02-111-1/+1
| | | | call to H5Fcreate.
* [svn-r252] Call to H5Cget_layout has been added to check if the dataset is ↵Elena Pourmal1998-02-111-1/+7
| | | | chunked.
* [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-112-4/+4
|
* [svn-r242] Example showing how to read from chunked dataset has been added.Elena Pourmal1998-02-101-0/+139
|
* [svn-r241] h5_extend_read.c shows how to read from chunked dataset.Elena Pourmal1998-02-101-141/+0
| | | | | Program name does not reflect its purpose. Removed. Will be added under new name h5_chunk_read.c
* [svn-r236] Example showing how to group objects in the HDF5 file is added.Elena Pourmal1998-02-101-0/+84
|
* [svn-r235] Comments have been added.Elena Pourmal1998-02-101-2/+16
|
* [svn-r231] Purpose: Fix a bug.Elena Pourmal1998-02-091-1/+2
| | | | | | | | Problem: Data type handle was not released. Solution: Call to H5Tclose has been added. Platforms tested: Sun Sparc (baldric)
* [svn-r229] New examples have been created in the examples directory:Elena Pourmal1998-02-085-0/+652
| | | | | | | | | | | | | | | | 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.
* [svn-r228] Old example test_write.c has been removed from the examples ↵Elena Pourmal1998-02-081-130/+0
| | | | directory.
* [svn-r227] Old example test_read.c has been deleted from the examples directory.Elena Pourmal1998-02-081-98/+0
|
* [svn-r132] Examples directory 'examples' was added. It contains two ↵Elena Pourmal1997-10-222-0/+228
programs test_write.c - creates an HDF5 file, writes first dataset, then closes the file, reopens it and adds the second data set test_read.c - finds datasets created by test_write.c program and prints out some information about datasets.