IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2004, 1:29:36 PM (22 years ago)
Author:
harman
Message:

Corrected bug in psScalarCopy

File:
1 edited

Legend:

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

    r1406 r1647  
    1010 *  @author  Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
    13  *  @date  $Date: 2004-08-06 22:34:06 $
     12 *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
     13 *  @date  $Date: 2004-08-27 23:29:25 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    171171        PRINT_MATRIX(outImage,TYPE);                                                                         \
    172172        PRINT_SCALAR(inScalar,TYPE);                                                                         \
    173         outImage = (psImage*)psBinaryOp(outImage, outImage, #OP, inScalar);                                  \
     173        outImage = (psImage*)psBinaryOp(outImage, outImage, #OP, psScalarCopy(inScalar));                    \
    174174        printf("Output:\n");                                                                                 \
    175175        PRINT_MATRIX(outImage,TYPE);                                                                         \
Note: See TracChangeset for help on using the changeset viewer.