Index: trunk/psLib/src/math/psEllipse.h
===================================================================
--- trunk/psLib/src/math/psEllipse.h	(revision 13063)
+++ trunk/psLib/src/math/psEllipse.h	(revision 13425)
@@ -2,6 +2,6 @@
  * @brief functions to manipulate sparse matrices equations
  *
- * $Revision: 1.4 $ $Name: not supported by cvs2svn $
- * $Date: 2007-04-27 22:13:33 $
+ * $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ * $Date: 2007-05-18 14:06:09 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -9,4 +9,6 @@
 #ifndef PS_ELLIPSE_H
 #define PS_ELLIPSE_H
+
+#include "psError.h"
 
 /// @addtogroup MathOps Mathematical Operations
@@ -55,5 +57,5 @@
 psEllipsePol psEllipseAxesToPol(psEllipseAxes axes);
 psEllipsePol psEllipseShapeToPol(psEllipseShape shape);
-psEllipseAxes psEllipsePolToAxes(psEllipsePol pol, float minMinorAxis);
+psErrorCode psEllipsePolToAxes(const psEllipsePol pol, const float minMinorAxis, psEllipseAxes *axes);
 
 /// @}
