[svn-r295] ./test/tstab.c

Changed a zero to H5C_DEFAULT.
This commit is contained in:
Robb Matzke 1998-02-19 15:19:08 -05:00
parent 1bcb5fd936
commit 1f96b24ba7

View File

@ -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 */