Changeset 4589 for trunk/psLib/test/math/tst_psMatrix04.c
- Timestamp:
- Jul 20, 2005, 3:40:10 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psMatrix04.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psMatrix04.c
r4547 r4589 13 13 * @author Ross Harman, MHPCC 14 14 * 15 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $16 * @date $Date: 2005-07- 13 02:47:00 $15 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2005-07-21 01:40:10 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 51 51 { 52 52 float det = 0.0f; 53 float *det2 = NULL;53 float det2 = 0; 54 54 psImage *outImage = NULL; 55 55 psImage *inImage = NULL; … … 120 120 printPositiveTestHeader(stdout, "psMatrix", "Calculate determinant only"); 121 121 det2 = psMatrixDeterminant(inImage); 122 CHECK_VALUE(*det2); 123 psFree(det2); 122 CHECK_VALUE(det2); 124 123 det2 = psMatrixDeterminant(inImage32); 125 CHECK_VALUE(*det2); 126 psFree(det2); 124 CHECK_VALUE(det2); 127 125 printFooter(stdout, "psMatrix", "Calculate determinant only", true); 128 126
Note:
See TracChangeset
for help on using the changeset viewer.
