Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r17169] Description: | Scot Breitenfeld | 2009-07-08 | 1 | -1/+1 |
| | | | | | | Gave unique hdf5 filenames to each example in order to avoid the contention occuring when deleting a used file as examples are run in parallel. tested: smirom | ||||
* | [svn-r17090] Description: | Scot Breitenfeld | 2009-06-22 | 1 | -1/+1 |
| | | | | | | Changed the return value from the main program to 0. Tested smirom. | ||||
* | [svn-r17063] This example shows how to read and write bitfield | Scot Breitenfeld | 2009-06-17 | 1 | -0/+117 |
datatypes to a dataset. The program first writes bit fields to a dataset with a dataspace of DIM0xDIM1, then closes the file. Next, it reopens the file, and extracts the bit field using a given starting bit and number of bits in the bit-field. The values are returned as a base-10 integer. Main illustrative function: H5LTread_bitfield_value |