Changeset 2721 for trunk/psLib/test/dataManip/tst_psHist02.c
- Timestamp:
- Dec 15, 2004, 2:54:44 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psHist02.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psHist02.c
r2392 r2721 120 120 // if input parameter myHist is null. 121 121 122 psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message."); 122 123 myHist2 = psVectorHistogram( NULL, myData, NULL, 0 ); 123 124 if ( myHist2 != NULL ) { … … 134 135 135 136 myHist = psHistogramAlloc( LOWER, UPPER, numBins ); 137 psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message."); 136 138 myHist = psVectorHistogram( myHist, NULL, NULL, 0 ); 137 139 if ( myHist == NULL ) { … … 142 144 143 145 144 exit(0);146 // exit(0); 145 147 // ******************************************************************** 146 148 // Verify the return value is the same as the input parameter myHist and
Note:
See TracChangeset
for help on using the changeset viewer.
