IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2006, 12:02:19 PM (20 years ago)
Author:
jhoblitt
Message:

fix a wide range of format string errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroMosaicSetMatch.c

    r7332 r8674  
    3535                psArray *refstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.REFSTARS");
    3636                if (refstars == NULL) { continue; }
    37                 psTrace (__func__, 4, "Trying %d refstars\n", refstars->n);
     37                psTrace (__func__, 4, "Trying %ld refstars\n", refstars->n);
    3838
    3939                // use small radius to match stars (assume starting astrometry is good)
    4040                // XXX should this take a (double radius)?
    4141                psArray *matches = pmAstromRadiusMatchChip (rawstars, refstars, recipe);
    42                 psTrace (__func__, 4, "Matched %d refstars\n", matches->n);
     42                psTrace (__func__, 4, "Matched %ld refstars\n", matches->n);
    4343
    4444                sprintf (name, "raw.%02d.dat", view->chip);
Note: See TracChangeset for help on using the changeset viewer.