IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20002


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

change to psEllipsePolToAxes API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotChoosePSF.c

    r19908 r20002  
    390390
    391391            psEllipseAxes axes1 = psEllipseShapeToAxes (shape, 20.0);
    392             psEllipseAxes axes2;
    393             (void)psEllipsePolToAxes(pol, 0.1, &axes2);
     392            psEllipseAxes axes2 = psEllipsePolToAxes(pol, 0.1);
     393
    394394            psEllipsePol pol2 = psEllipseAxesToPol (axes1);
    395395
Note: See TracChangeset for help on using the changeset viewer.