IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2006, 4:24:38 AM (20 years ago)
Author:
rhl
Message:

Don't hard-wire default into warning message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotChoosePSF.c

    r10099 r10134  
    7373    float RADIUS = psMetadataLookupF32 (&status, recipe, "PSF_FIT_RADIUS");
    7474    if (!status) {
    75         psWarning("PSF_FIT_RADIUS is not set in the recipe --- defaulting to 20.0\n");
    7675        RADIUS = 20.0;
     76        psWarning("PSF_FIT_RADIUS is not set in the recipe --- defaulting to %g\n", RADIUS);
    7777    }
    7878
Note: See TracChangeset for help on using the changeset viewer.