Changeset 2226 for trunk/psLib/test/dataManip/tst_psHist02.c
- Timestamp:
- Oct 27, 2004, 2:45: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
r2204 r2226 114 114 "Calling psVectorHistogram() with various NULL inputs." ); 115 115 116 117 118 // ******************************************************************** 116 119 // Verify the return value is null and program execution doesn't stop, 117 120 // if input parameter myHist is null. … … 125 128 126 129 127 // Verify the retrun value is the same as the input parameter myHist and 130 // ******************************************************************** 131 // Verify the return value is the same as the input parameter myHist and 128 132 // program execution doesn't stop, if the input parameter myArray is 129 133 // null. … … 138 142 139 143 144 exit(0); 145 // ******************************************************************** 140 146 // Verify the return value is the same as the input parameter myHist and 141 147 // program execution doesn't stop, if the input parameter myArray has no
Note:
See TracChangeset
for help on using the changeset viewer.
