IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 30, 2004, 10:18:37 AM (22 years ago)
Author:
desonia
Message:

Updated psChip/psCell to current SDRS spec.

File:
1 edited

Legend:

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

    r2836 r2855  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-12-28 01:48:05 $
     11 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-12-30 20:18:36 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    114114    psBool success = false;
    115115
     116    if (psArr == NULL) {
     117        psError(PS_ERR_BAD_PARAMETER_NULL, true,
     118                PS_ERRORTEXT_psArray_ARRAY_NULL);
     119        return false;
     120    }
    116121
    117122    psS32 n = psArr->n;
Note: See TracChangeset for help on using the changeset viewer.