mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r2109] Re-wrote a good chunk of the hyperslab code to work correctly in several
situations which weren't tested before. Things should be both faster and easier to understand in this code now.
This commit is contained in:
parent
1dbee0210f
commit
cb47e4ed03
@ -1738,19 +1738,18 @@ printf("%s: check 2.0, src_type_size=%d, dst_type_size=%d, target_size=%d, min_e
|
||||
|
||||
#ifdef QAK
|
||||
printf("%s: check 6.0\n",FUNC);
|
||||
printf("%s: check 6.5\n",FUNC);
|
||||
{
|
||||
int i;
|
||||
uint16_t *b;
|
||||
int *b;
|
||||
|
||||
if(qak_debug) {
|
||||
/* if(qak_debug) { */
|
||||
b=tconv_buf;
|
||||
printf("\ntconv_buf:");
|
||||
for (i=0; i<smine_nelmts; i++,b++) {
|
||||
printf("(%d)%u ",i,(unsigned)*b);
|
||||
printf("(%d)%d ",i,(int)*b);
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
/* } */
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user