IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2005, 3:40:10 PM (21 years ago)
Author:
drobbin
Message:

made minor changes in accordance with newest api-delta doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psMatrix04.c

    r4547 r4589  
    1313 *  @author  Ross Harman, MHPCC
    1414 *
    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 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5151{
    5252    float det = 0.0f;
    53     float *det2 = NULL;
     53    float det2 = 0;
    5454    psImage *outImage = NULL;
    5555    psImage *inImage = NULL;
     
    120120    printPositiveTestHeader(stdout, "psMatrix", "Calculate determinant only");
    121121    det2 = psMatrixDeterminant(inImage);
    122     CHECK_VALUE(*det2);
    123     psFree(det2);
     122    CHECK_VALUE(det2);
    124123    det2 = psMatrixDeterminant(inImage32);
    125     CHECK_VALUE(*det2);
    126     psFree(det2);
     124    CHECK_VALUE(det2);
    127125    printFooter(stdout, "psMatrix", "Calculate determinant only", true);
    128126
Note: See TracChangeset for help on using the changeset viewer.