Commit 18f94bc2 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Removed forgotten debug printout.

parent cf8aa6bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
.TH SEXTRACTOR "1" "April 2009" "SWarp 2.8.6" "User Commands"
.TH SEXTRACTOR "1" "May 2009" "SWarp 2.8.6" "User Commands"
.SH NAME
sex \- extract a source catalog from an astronomical FITS image
.SH SYNOPSIS
+1 −1
Original line number Diff line number Diff line
@@ -2554,7 +2554,7 @@ VERSION 28/04/2009
void	make_kernel(double pos, double *kernel, interpenum interptype)
  {
   double	x, val, sinx1,sinx2,sinx3,cosx1;
printf("%g\n", pos);

  if (interptype == INTERP_NEARESTNEIGHBOUR)
    *kernel = 1;
  else if (interptype == INTERP_BILINEAR)