[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:
Quincey Koziol 2000-04-11 13:23:03 -05:00
parent 1dbee0210f
commit cb47e4ed03

View File

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