Changeset 2273 for trunk/psLib/test/dataManip/tst_psMinimize04.c
- Timestamp:
- Nov 3, 2004, 3:05:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMinimize04.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMinimize04.c
r2204 r2273 237 237 myPoly = psVectorFitPolynomial1D(NULL, NULL, NULL, NULL); 238 238 if ( myPoly != NULL ) { 239 psError( __func__,"A null polynomial should have returned a null pointer.");239 psError(PS_ERR_UNKNOWN, true,"A null polynomial should have returned a null pointer."); 240 240 testStatus = false; 241 241 }
Note:
See TracChangeset
for help on using the changeset viewer.
