IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2006, 11:10:22 AM (20 years ago)
Author:
jhoblitt
Message:

replace psErrorStack struct with a psArray to simplify the implementation
change psErrorGetStackSize() to return long (same type as psArray->n)
change psErrorGet()'s which param to be long (same type as psArray->n)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psError.h

    r8792 r8800  
    1212 *  @author Eric Van Alst, MHPCC
    1313 *
    14  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-09-12 03:16:51 $
     14 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-09-12 21:10:22 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5353 */
    5454psErr* psErrorGet(
    55     int which                          ///< position in the error stack. 0 is last error on stack.
     55    long which                          ///< position in the error stack. 0 is last error on stack.
    5656);
    5757
     
    8282 *  @return int The number of items on the error stack
    8383 */
    84 int psErrorGetStackSize();
     84long psErrorGetStackSize();
    8585
    8686/** Prints error stack to specified open file descriptor
Note: See TracChangeset for help on using the changeset viewer.