mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
[svn-r295] ./test/tstab.c
Changed a zero to H5C_DEFAULT.
This commit is contained in:
parent
1bcb5fd936
commit
1f96b24ba7
@ -242,6 +242,8 @@ test_2(void)
|
||||
#if 0
|
||||
access_plist = H5Ccreate (H5C_FILE_ACCESS);
|
||||
H5Cset_core (access_plist, 3000000);
|
||||
#else
|
||||
access_plist = H5C_DEFAULT;
|
||||
#endif
|
||||
|
||||
/* create the file */
|
||||
|
Loading…
Reference in New Issue
Block a user