Index: trunk/psLib/src/astronomy/psAstrometry.c
===================================================================
--- trunk/psLib/src/astronomy/psAstrometry.c	(revision 2214)
+++ trunk/psLib/src/astronomy/psAstrometry.c	(revision 2221)
@@ -8,6 +8,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-27 20:20:11 $
+ *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-27 23:31:43 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -23,5 +23,4 @@
 #include "psAstrometry.h"
 #include "psMemory.h"
-#include "psAbort.h"
 #include "psError.h"
 #include "psConstants.h"
@@ -834,5 +833,5 @@
     // generate an error if cell->toTP is not linear.
     if (0 == isProjectionLinear(cell->toTP)) {
-        psAbort(__func__, "the cell->toTP transfrom is not linear.\n");
+        psError(__func__, "the cell->toTP transfrom is not linear.\n");
     }
 
