Changeset 2692
- Timestamp:
- Dec 10, 2004, 11:37:37 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c
r2680 r2692 29 29 * @author Ross Harman, MHPCC 30 30 * 31 * @version $Revision: 1.3 1$ $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 $ 33 33 * 34 34 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 813 813 PS_ERRORTEXT_psMatrix_OPERATION_UNSUPPORTED, \ 814 814 OP); \ 815 if (OUT != IN) { \ 816 psFree(OUT); \ 817 } \ 818 return NULL; \ 815 819 } 816 820 … … 820 824 if (out != in) { \ 821 825 psFree(out); \ 822 } \823 if(psTypeIn->dimen==PS_DIMEN_SCALAR && in!=out) { \824 psFree(in); \825 826 } \ 826 827 return NULL; \
Note:
See TracChangeset
for help on using the changeset viewer.
