Index: trunk/psLib/src/math/psEllipse.h
===================================================================
--- trunk/psLib/src/math/psEllipse.h	(revision 15794)
+++ trunk/psLib/src/math/psEllipse.h	(revision 19996)
@@ -2,6 +2,6 @@
  * @brief functions to manipulate sparse matrices equations
  *
- * $Revision: 1.6 $ $Name: not supported by cvs2svn $
- * $Date: 2007-12-12 21:01:32 $
+ * $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ * $Date: 2008-10-08 21:51:34 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -76,8 +76,7 @@
 ///
 /// XXX This API goes against the PS convention of outputs being first.
-psErrorCode psEllipsePolToAxes(const psEllipsePol pol, ///< Polarisation of ellipse
-                               const float minMinorAxis, ///< Minimum allowed minor axis
-                               psEllipseAxes *axes ///< Output ellipse axes
-                               );
+psEllipseAxes psEllipsePolToAxes(const psEllipsePol pol, ///< Polarisation of ellipse
+				 const float minMinorAxis ///< Minimum allowed minor axis
+    );
 
 /// @}
