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/pmFPAfileIO.c

    r36856 r41535  
    6262
    6363#include "pmFPAfileIO.h"
     64
     65void CatchTestFile (pmFPAfile *file, const char *function) {
     66
     67  int testFile = FALSE;                                                 
     68  testFile = testFile || !strcmp(file->name, "GDIFF.OUTPUT.SOURCES");   
     69  testFile = testFile || !strcmp(file->name, "GDIFF.POS1.SOURCES");     
     70  testFile = testFile || !strcmp(file->name, "GDIFF.POS2.SOURCES");     
     71  if (FALSE && testFile) {                                                     
     72    fprintf (stderr, "%s : %d : %d (%s)", file->name, file->state, file->mode, function);
     73    fprintf (stderr, "\n");
     74  }
     75}
    6476
    6577// attempt create, read, write, close, or free pmFPAfiles available in files files are
Note: See TracChangeset for help on using the changeset viewer.