IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36868 for trunk/psastro/src


Ignore:
Timestamp:
Jun 13, 2014, 11:09:24 AM (12 years ago)
Author:
eugene
Message:

ensure pmPSF_AxesToModel and pmPSF_ModelToAxes uses class->useReff (not the old model->type)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroConvert.c

    r36837 r36868  
    199199        // effect (all affected data was processed BEFORE the bug was introduced), and it
    200200        // does not affect any of the PV2 or PV3 data processed AFTER the bug was fixed.
    201         psEllipseAxes axes = pmPSF_ModelToAxes (PAR, model->type);
     201        psEllipseAxes axes = pmPSF_ModelToAxes (PAR, model->class->useReff);
    202202
    203203        pmAstromObj *obj = pmAstromObjAlloc ();
Note: See TracChangeset for help on using the changeset viewer.