IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2012, 11:02:35 AM (14 years ago)
Author:
bills
Message:

fix compile problem due to undeclared variable being used in trace message

File:
1 edited

Legend:

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

    r33853 r33859  
    170170
    171171                    if (ghostChip) {
    172                       psTrace("psastro.ghost",5,"   in ghost: %d/%ld: ref: (%f,%f) or (%f,%f,%s) ghost: (%f,%f) or (%f,%f,%s) %f inner: (%f,%f,%f) outer: (%f,%f,%f)",
     172                      psTrace("psastro.ghost",5,"   in ghost: %d/%ld: ref: (%f,%f) or (%s) ghost: (%f,%f) or (%f,%f,%s) %f inner: (%f,%f,%f) outer: (%f,%f,%f)",
    173173                              i,refstars->n,
    174174                              ref->FP->x,ref->FP->y,
    175                               ref_chip_x,ref_chip_y,psMetadataLookupStr(NULL,chip->concepts,"CHIP.NAME"),
     175                              psMetadataLookupStr(NULL,chip->concepts,"CHIP.NAME"),
    176176                              ghost->FP->x,ghost->FP->y,
    177177                              ghost->chip->x,ghost->chip->y,psMetadataLookupStr(NULL,ghostChip->concepts,"CHIP.NAME"),
Note: See TracChangeset for help on using the changeset viewer.