IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2007, 2:59:23 PM (19 years ago)
Author:
gusciora
Message:

Adding several changes to the objects directory. Most of these changes are
mere additions of PS_ASSERTs to the beginning of psModule functions to ensure
that input parameters are correct.

File:
1 edited

Legend:

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

    r12949 r15418  
    44 *
    55 * @author EAM, IfA
    6  * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-04-21 19:47:14 $
     6 * @version $Revision: 1.2.16.1 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-10-30 00:59:23 $
    88 * Copyright 2004 IfA, University of Hawaii
    99 */
     
    5151    return resid;
    5252}
     53
     54bool psMemCheckResiduals(psPtr ptr)
     55{
     56    PS_ASSERT_PTR(ptr, false);
     57    return ( psMemGetDeallocator(ptr) == (psFreeFunc) pmResidualsFree);
     58}
     59
Note: See TracChangeset for help on using the changeset viewer.