IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 2, 2008, 10:33:41 AM (18 years ago)
Author:
gusciora
Message:

Added pmMemCheck functions.

File:
1 edited

Legend:

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

    r15477 r15973  
    7373    return hdu;
    7474}
     75
     76bool psMemCheckHDU(psPtr ptr)
     77{
     78    PS_ASSERT_PTR(ptr, false);
     79    return ( psMemGetDeallocator(ptr) == (psFreeFunc) hduFree);
     80}
     81
    7582
    7683bool pmHDUReadHeader(pmHDU *hdu, psFits *fits)
Note: See TracChangeset for help on using the changeset viewer.