IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7957


Ignore:
Timestamp:
Jul 24, 2006, 2:30:31 PM (20 years ago)
Author:
magnier
Message:

fixing code/spec consistency (difference in arg names)

Location:
trunk/psLib/src/sys
Files:
2 edited

Legend:

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

    r7564 r7957  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-06-14 22:09:33 $
     9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-07-25 00:30:31 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    104104
    105105void psErrorRegister(const psErrorDescription* errors,
    106                      int nerror)
     106                     int errorCode)
    107107{
    108108    if (nerror < 1) {
  • trunk/psLib/src/sys/psErrorCodes.h.in

    r7564 r7957  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-06-14 22:09:33 $
     9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-07-25 00:30:31 $
    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     int nerror                         ///< number of errors in input array
     74    int errorCode                      ///< number of errors in input array
    7575);
    7676
Note: See TracChangeset for help on using the changeset viewer.