IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2006, 12:09:33 PM (20 years ago)
Author:
Paul Price
Message:

Changing psS32 to int to correspond to SDRS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psErrorCodes.h.in

    r4540 r7564  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-07-12 19:12:01 $
     9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-06-14 22:09:33 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7272void psErrorRegister(
    7373    const psErrorDescription* errors,  ///< Array of error codes to register
    74     psS32 nerror                         ///< number of errors in input array
     74    int nerror                         ///< number of errors in input array
    7575);
    7676
Note: See TracChangeset for help on using the changeset viewer.