diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2012-11-07 17:08:46 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2012-11-07 17:08:46 (GMT) |
commit | b7041a91cd7b322007e87ee3b37729ce0319a56c (patch) | |
tree | 17b06d4659ecd7add14830d8e9ca3569544aca8e /hl/test/test_lite.c | |
parent | 0cf58a4755eb6f3e7be64b0f05f2bb8ef6f7ad0d (diff) | |
download | hdf5-b7041a91cd7b322007e87ee3b37729ce0319a56c.zip hdf5-b7041a91cd7b322007e87ee3b37729ce0319a56c.tar.gz hdf5-b7041a91cd7b322007e87ee3b37729ce0319a56c.tar.bz2 |
[svn-r23017] I added a prototype function H5DOwrite_chunk in HL library for Dectris people to test performance. The library's API function H5PSIdirect_write
is still in. I reorganized the internal library by adding H5D__pre_write function.
Tested on koala.
Diffstat (limited to 'hl/test/test_lite.c')
-rw-r--r-- | hl/test/test_lite.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hl/test/test_lite.c b/hl/test/test_lite.c index a611088..282755e 100644 --- a/hl/test/test_lite.c +++ b/hl/test/test_lite.c @@ -51,7 +51,6 @@ static herr_t make_attributes( hid_t loc_id, const char* obj_name ); - /*------------------------------------------------------------------------- * test dataset functions *------------------------------------------------------------------------- @@ -2137,7 +2136,6 @@ static int test_valid_path(void) return -1; } - /*------------------------------------------------------------------------- * the main program *------------------------------------------------------------------------- @@ -2166,6 +2164,4 @@ int main( void ) error: return 1; - - } |