IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2550


Ignore:
Timestamp:
Nov 30, 2004, 1:44:17 PM (22 years ago)
Author:
evanalst
Message:

Update format descriptor for printing psS64 data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psError.c

    r2273 r2550  
    1313 *  @author  Eric Van Alst, MHPCC
    1414 *
    15  *  @version $Revision: 1.15 $  $Name: not supported by cvs2svn $
    16  *  @date  $Date: 2004-11-04 01:05:00 $
     15 *  @version $Revision: 1.16 $  $Name: not supported by cvs2svn $
     16 *  @date  $Date: 2004-11-30 23:44:17 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    281281    // Test point #1 Multiple type values placed in the error string
    282282    psError(PS_ERR_UNKNOWN, true,
    283             "ALL TYPES intval = %d longval = %ld floatval = %f charval = %c strval = %s",
     283            "ALL TYPES intval = %d longval = %lld floatval = %f charval = %c strval = %s",
    284284            intval,longval,floatval,charval,stringval);
    285285
Note: See TracChangeset for help on using the changeset viewer.