IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2007, 8:23:17 AM (18 years ago)
Author:
gusciora
Message:

Added psMemCheckImageMap()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageMap.c

    r15507 r15598  
    77 *  @author Eugene Magnier, IfA
    88 *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-11-08 04:24:37 $
     9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-11-13 18:23:17 $
    1111 *
    1212 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    7474
    7575    return map;
     76}
     77
     78bool psMemCheckImageMap(psPtr ptr)
     79{
     80    PS_ASSERT_PTR(ptr, false);
     81    return ( psMemGetDeallocator(ptr) == (psFreeFunc) psImageMapFree);
    7682}
    7783
Note: See TracChangeset for help on using the changeset viewer.