layout tweak
This commit is contained in:
parent
b90f5852c9
commit
bc6fa2452b
@ -168,6 +168,7 @@ vips_buildlut_build_init( VipsBuildlut *lut )
|
|||||||
printf( "Input table, sorted by 1st column\n" );
|
printf( "Input table, sorted by 1st column\n" );
|
||||||
for( y = 0; y < lut->mat->Ysize; y++ ) {
|
for( y = 0; y < lut->mat->Ysize; y++ ) {
|
||||||
int x;
|
int x;
|
||||||
|
|
||||||
printf( "%.4d ", y );
|
printf( "%.4d ", y );
|
||||||
|
|
||||||
for( x = 0; x < lut->mat->Xsize; x++ )
|
for( x = 0; x < lut->mat->Xsize; x++ )
|
||||||
|
Loading…
Reference in New Issue
Block a user