IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 741


Ignore:
Timestamp:
May 19, 2004, 1:52:19 PM (22 years ago)
Author:
Paul Price
Message:

Removed extraneous printf from testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/scripts/fakeimage.c

    r740 r741  
    11/*
    2 ** $Id: fakeimage.c,v 1.1.1.1 2004-05-19 22:55:27 price Exp $
     2** $Id: fakeimage.c,v 1.2 2004-05-19 23:52:19 price Exp $
    33** Program to make some fake images.
    44**
     
    295295            gsigma[i] = 2.0*(double)(MAXSIGMA*i)/(double)NUMSIGMA - MAXSIGMA;
    296296            gint[i] = gsl_sf_erf((double)gsigma[i]);
    297             printf ("%f %f\n",gsigma[i],gint[i]);
    298297        }
    299298
Note: See TracChangeset for help on using the changeset viewer.