IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2004, 2:54:44 PM (22 years ago)
Author:
evanalst
Message:

Update verified files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psHist02.c

    r2392 r2721  
    120120    // if input parameter myHist is null.
    121121
     122    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message.");
    122123    myHist2 = psVectorHistogram( NULL, myData, NULL, 0 );
    123124    if ( myHist2 != NULL ) {
     
    134135
    135136    myHist = psHistogramAlloc( LOWER, UPPER, numBins );
     137    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message.");
    136138    myHist = psVectorHistogram( myHist, NULL, NULL, 0 );
    137139    if ( myHist == NULL ) {
     
    142144
    143145
    144     exit(0);
     146    //    exit(0);
    145147    // ********************************************************************
    146148    // Verify the return value is the same as the input parameter myHist and
Note: See TracChangeset for help on using the changeset viewer.