IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 3:09:20 PM (19 years ago)
Author:
eugene
Message:

updating all changes from from eam_branch_20071023

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmModelGroup.c

    r14652 r15562  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-08-24 00:11:02 $
     8 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-11-10 01:09:20 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6868}
    6969
     70bool psMemCheckModelGroup(psPtr ptr)
     71{
     72    PS_ASSERT_PTR(ptr, false);
     73    return ( psMemGetDeallocator(ptr) == (psFreeFunc) ModelGroupFree);
     74}
     75
    7076void pmModelGroupAdd (pmModelGroup *model)
    7177{
Note: See TracChangeset for help on using the changeset viewer.