tiny nohalo improvements

This commit is contained in:
John Cupitt 2009-03-05 12:01:49 +00:00
parent 9fa6b09d97
commit 225162c6d7
1 changed files with 4 additions and 12 deletions

View File

@ -682,21 +682,13 @@ vips_interpolate_nohalo_interpolate( VipsInterpolate *interpolate,
break;
case IM_BANDFMT_COMPLEX:
nohalo_sharp_level_1_float<float>( out,
p,
bands * 2,
lskip,
relative_x,
relative_y );
bands *= 2;
CALL( float, float );
break;
case IM_BANDFMT_DPCOMPLEX:
nohalo_sharp_level_1_float<double>( out,
p,
bands * 2,
lskip,
relative_x,
relative_y );
bands *= 2;
CALL( double, float );
break;
default: