Changeset 6317
- Timestamp:
- Feb 2, 2006, 3:34:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psStats00.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psStats00.c
r6226 r6317 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-0 1-27 20:08:58$13 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-02-03 01:34:11 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 289 289 /*************************************************************************/ 290 290 psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message."); 291 if( psVectorStats(myStats, NULL, NULL, NULL, 0) != myStats) {292 psError(PS_ERR_UNKNOWN,true,"psVectorStats did not return stats when inputNULL");291 if( psVectorStats(myStats, NULL, NULL, NULL, 0) != NULL ) { 292 psError(PS_ERR_UNKNOWN,true,"psVectorStats did not return NULL"); 293 293 return 8; 294 294 }
Note:
See TracChangeset
for help on using the changeset viewer.
