IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2004, 10:00:22 AM (22 years ago)
Author:
harman
Message:

Added support for psF32 types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psMatrix01.c

    r2684 r2686  
    1111*  @author  Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
    14 *  @date  $Date: 2004-12-10 19:34:49 $
     13*  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
     14*  @date  $Date: 2004-12-10 20:00:22 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3333        } else if(IMAGE->type.type == PS_TYPE_F32){                                                      \
    3434            if(fabs(IMAGE->data.F32[i][j]-truthMatrix[i][j]) > TOLERANCE) {                              \
    35                 printf("%lf\n", fabs(IMAGE->data.F32[i][j]-truthMatrix[i][j])),                              \
    3635                printf("Matrix values at element %d, %d don't agree %f vs %lf\n", i, j,                  \
    3736                       IMAGE->data.F32[i][j], truthMatrix[i][j]);                                        \
Note: See TracChangeset for help on using the changeset viewer.