IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2006, 4:20:43 PM (20 years ago)
Author:
eugene
Message:

adding autoconf stuff

File:
1 edited

Legend:

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

    r7084 r7573  
    4444    return true;
    4545}
    46 
    47 
    48 // useful for debugging
    49 # if 0
    50 for (int i = 0; i < input->fpa->chips->n; i++) {
    51     pmChip *chip = input->fpa->chips->data[i];
    52     fprintf (stderr, "chip %2d: %x %x\n", i, chip->file_exists, chip->process);
    53 
    54     for (int j = 0; j < chip->cells->n; j++) {
    55         pmCell *cell = chip->cells->data[j];
    56         fprintf (stderr, "cell %2d: %x %x\n", j, cell->file_exists, cell->process);
    57 
    58     }
    59 }
    60 # endif
Note: See TracChangeset for help on using the changeset viewer.