IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12171


Ignore:
Timestamp:
Mar 1, 2007, 4:34:45 PM (19 years ago)
Author:
jhoblitt
Message:

fix arrayAlloc()'s usage of psAlloc() so that is properly passing through the "coords"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psArray.c

    r11701 r12171  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-02-08 03:34:09 $
     11 *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-03-02 02:34:45 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6666
    6767    // Create vector struct
    68     psArray *array = (psArray*)psAlloc(sizeof(psArray));
     68    psArray *array = (psArray*)p_psAlloc(file, lineno, func, sizeof(psArray));
    6969    psMemSetDeallocator(array, (psFreeFunc)arrayFree);
    7070
Note: See TracChangeset for help on using the changeset viewer.