IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2021, 2:22:46 PM (5 years ago)
Author:
eugene
Message:

minor comments and unused test lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfile.c

    r36834 r41535  
    3838    psTrace ("pmFPAfileFree", 5, "freeing %s %p\n", file->name, file->fits);
    3939    psAssert(!fpaFileFreeStrict || file->fits == NULL, "File %s wasn't closed.", file->name);
     40
     41    int testFile = FALSE;                                                       
     42    testFile = testFile || !strcmp(file->name, "GDIFF.OUTPUT.SOURCES");
     43    testFile = testFile || !strcmp(file->name, "GDIFF.POS1.SOURCES");   
     44    testFile = testFile || !strcmp(file->name, "GDIFF.POS2.SOURCES");   
     45    if (FALSE && testFile) {                                                   
     46      fprintf (stderr, "%s : %d : %d", file->name, file->state, file->mode);
     47      fprintf (stderr, "\n");
     48    }
    4049
    4150    psTrace ("pmFPAfileFree", 5, "freeing %s\n", file->name);
Note: See TracChangeset for help on using the changeset viewer.