Changeset 12781 for trunk/psLib/test/math/tap_psStats00.c
- Timestamp:
- Apr 10, 2007, 11:09:31 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psStats00.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psStats00.c
r12607 r12781 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-0 3-27 22:52:03$11 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-04-10 21:09:30 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 242 242 } 243 243 bool result = psVectorStats(myStats, myVector, NULL, maskVector, 1); 244 ok(result == false, "psVectorStats suceeded(All values masked)");244 ok(result == true, "psVectorStats() returned TRUE (All values masked)"); 245 245 ok(isnan(myStats->sampleMean), "psVectorStats() returned NAN"); 246 246 ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
Note:
See TracChangeset
for help on using the changeset viewer.
