Skip to content

Commit

Permalink
less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
oguyon committed Oct 24, 2023
1 parent 222b99e commit a1c702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/COREMOD_arith/image_norm.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ errno_t image_slicenorm(

for( uint32_t ii=0; ii < sizescan[sliceaxis]; ii++ )
{
printf("morm %3u : %lf\n", ii, normarray[ii]);
//printf("morm %3u : %lf\n", ii, normarray[ii]);
outimg->im->array.F[ii] = sqrt(normarray[ii]);
}

Expand Down

0 comments on commit a1c702c

Please sign in to comment.