mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r11181] Purpose:
removed a debug print statment. Platforms tested: heping (pp)
This commit is contained in:
parent
53f7edfbc4
commit
1dd12bd1a7
@ -253,7 +253,6 @@ void coll_write_test(int chunk_factor)
|
||||
*/
|
||||
vector[0] = vector[MSPACE1_DIM - 1] = -1;
|
||||
for (i = 1; i < MSPACE1_DIM - 1; i++) vector[i] = i;
|
||||
printf("sizeof(int) %d\n",sizeof(int));
|
||||
|
||||
#if 0
|
||||
acc_plist = H5Pcreate(H5P_FILE_ACCESS);
|
||||
|
Loading…
Reference in New Issue
Block a user