Index: trunk/psLib/src/image/psImage.c
===================================================================
--- trunk/psLib/src/image/psImage.c	(revision 714)
+++ trunk/psLib/src/image/psImage.c	(revision 715)
@@ -7,6 +7,6 @@
  *  @author Ross Harman, MHPCC
  *   
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-18 02:33:59 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-18 18:39:43 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -262,4 +262,8 @@
         PSIMAGE_ELEMENT_ASSIGN_LOOP(OUT,IN,C32,OUTTYPE); \
         break; \
+    case PS_TYPE_PTR: \
+        psError(__func__,"Can't copy image from a matrix of pointers."); \
+        psImageFree(output); \
+        return NULL; \
     default: \
         break; \
