[svn-r11181] Purpose:

removed a debug print statment.

Platforms tested:
heping (pp)
This commit is contained in:
Albert Cheng 2005-08-01 23:33:19 -05:00
parent 53f7edfbc4
commit 1dd12bd1a7

View File

@ -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);