Changeset 715
- Timestamp:
- May 18, 2004, 8:39:43 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
image/psImage.c (modified) (2 diffs)
-
mathtypes/psImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.c
r714 r715 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-05-18 02:33:59$9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-05-18 18:39:43 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 262 262 PSIMAGE_ELEMENT_ASSIGN_LOOP(OUT,IN,C32,OUTTYPE); \ 263 263 break; \ 264 case PS_TYPE_PTR: \ 265 psError(__func__,"Can't copy image from a matrix of pointers."); \ 266 psImageFree(output); \ 267 return NULL; \ 264 268 default: \ 265 269 break; \ -
trunk/psLib/src/mathtypes/psImage.c
r714 r715 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-05-18 02:33:59$9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-05-18 18:39:43 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 262 262 PSIMAGE_ELEMENT_ASSIGN_LOOP(OUT,IN,C32,OUTTYPE); \ 263 263 break; \ 264 case PS_TYPE_PTR: \ 265 psError(__func__,"Can't copy image from a matrix of pointers."); \ 266 psImageFree(output); \ 267 return NULL; \ 264 268 default: \ 265 269 break; \
Note:
See TracChangeset
for help on using the changeset viewer.
