IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25211


Ignore:
Timestamp:
Aug 26, 2009, 5:08:36 PM (17 years ago)
Author:
watersc1
Message:

removed debugging code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/cleanup/ppImage/src/ppImageBurntoolMask.c

    r25210 r25211  
    33#endif
    44
    5 #define PPIMAGE_BURNTOOL_DEBUG 1
     5/* #define PPIMAGE_BURNTOOL_DEBUG 1 */
    66
    77#include "ppImage.h"
     
    1919
    2020  /* Read input header, and find the burntool data table. */
    21   psMetadata *phu = psFitsReadHeader(NULL, fits);
    22  
    2321  if (!psFitsMoveExtName(fits,"burntool_areas")) {
    2422    psError(PS_ERR_IO,false, "Unable to find extension burntool_areas");
     
    9492    psFree(rowMD);
    9593  }
    96   psFree(phu);
     94
    9795  return(status);
    9896}
Note: See TracChangeset for help on using the changeset viewer.