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

Removed forgotten debug printout.

parent cf8aa6bd
.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
......
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment