IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 7, 2007, 9:39:15 AM (19 years ago)
Author:
gusciora
Message:

Added psMemCheckPSFOptions()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071023/psModules/src/objects/pmPSF.c

    r15418 r15488  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.32.2.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-10-30 00:59:23 $
     8 *  @version $Revision: 1.32.2.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-11-07 19:39:15 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7676}
    7777
     78bool psMemCheckPSFOptions(psPtr ptr)
     79{
     80    PS_ASSERT_PTR(ptr, false);
     81    return ( psMemGetDeallocator(ptr) == (psFreeFunc) pmPSFOptionsFree);
     82}
     83
    7884/*****************************************************************************
    7985pmPSFFree(psf): function to free a pmPSF structure
Note: See TracChangeset for help on using the changeset viewer.