IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2692


Ignore:
Timestamp:
Dec 10, 2004, 11:37:37 AM (22 years ago)
Author:
evanalst
Message:

Update to fix test failures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c

    r2680 r2692  
    2929 *  @author Ross Harman, MHPCC
    3030 *
    31  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    32  *  @date $Date: 2004-12-09 23:31:14 $
     31 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     32 *  @date $Date: 2004-12-10 21:37:37 $
    3333 *
    3434 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    813813            PS_ERRORTEXT_psMatrix_OPERATION_UNSUPPORTED,                                                     \
    814814            OP);                                                                                             \
     815    if (OUT != IN) {                                                                                         \
     816        psFree(OUT);                                                                                         \
     817    }                                                                                                        \
     818    return NULL;                                                                                             \
    815819}
    816820
     
    820824                             if (out != in) { \
    821825                             psFree(out); \
    822                              } \
    823                              if(psTypeIn->dimen==PS_DIMEN_SCALAR && in!=out) { \
    824                              psFree(in); \
    825826                             } \
    826827                             return NULL; \
Note: See TracChangeset for help on using the changeset viewer.