IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23525


Ignore:
Timestamp:
Mar 25, 2009, 11:35:56 AM (17 years ago)
Author:
eugene
Message:

build-time disable of psfstats (to avoid fortran requirement)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/gpcsrc/fits/burntool/psfstats.c

    r23490 r23525  
    1212#include "psf/psf.h"
    1313
     14//#define PSFSTATS              /* ignore psf stats so we can skip fortan */
    1415//#define TEST          /* Dump all the PSF info? */
    1516
     
    2324                     double *fwhm, double *q)
    2425{
     26
     27#ifdef PSFSTATS
     28
    2529   int i, j, r, r2, err, i0, j0;
    2630   double d, qxx, qxy, qyy, mx, my, sum;
     
    112116          sum, mx, my, qxx, qxy, qyy);
    113117#endif
     118
     119# else
     120   printf("psfstats ignored in this build\n");
     121   return (1);
     122#endif /* PSFSTATS */
    114123   return(0);
    115124}
Note: See TracChangeset for help on using the changeset viewer.