Index: trunk/psLib/src/fits/psFitsHeader.c
===================================================================
--- trunk/psLib/src/fits/psFitsHeader.c	(revision 17053)
+++ trunk/psLib/src/fits/psFitsHeader.c	(revision 17447)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-03-19 20:23:06 $
+ *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-04-17 23:43:02 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -21,4 +21,5 @@
 #include <strings.h>
 
+#include "psAbort.h"
 #include "psAssert.h"
 #include "psFits.h"
@@ -230,5 +231,5 @@
                               )
 {
-    assert(fits);
+    psAssert(fits, "impossible");
 
     psMetadata *header = psMetadataAlloc(); // Header, to return
@@ -414,5 +415,5 @@
         // Need to look for MULTI, which won't be picked up using the iterator.
         psMetadataItem *multiCheckItem = psMetadataLookup(header, item->name);
-        assert(multiCheckItem);
+        psAssert(multiCheckItem, "impossible");
         unsigned int flag = 0;      // Flag to indicate MULTI; otherwise default action
         if (multiCheckItem->type == PS_DATA_METADATA_MULTI) {
