IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2008, 11:51:34 AM (18 years ago)
Author:
eugene
Message:

modify the error handling for psEllipsePolToAxes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psEllipse.h

    r15794 r19996  
    22 * @brief functions to manipulate sparse matrices equations
    33 *
    4  * $Revision: 1.6 $ $Name: not supported by cvs2svn $
    5  * $Date: 2007-12-12 21:01:32 $
     4 * $Revision: 1.7 $ $Name: not supported by cvs2svn $
     5 * $Date: 2008-10-08 21:51:34 $
    66 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    77 */
     
    7676///
    7777/// XXX This API goes against the PS convention of outputs being first.
    78 psErrorCode psEllipsePolToAxes(const psEllipsePol pol, ///< Polarisation of ellipse
    79                                const float minMinorAxis, ///< Minimum allowed minor axis
    80                                psEllipseAxes *axes ///< Output ellipse axes
    81                                );
     78psEllipseAxes psEllipsePolToAxes(const psEllipsePol pol, ///< Polarisation of ellipse
     79                                 const float minMinorAxis ///< Minimum allowed minor axis
     80    );
    8281
    8382/// @}
Note: See TracChangeset for help on using the changeset viewer.