IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39722


Ignore:
Timestamp:
Sep 25, 2016, 6:46:44 PM (10 years ago)
Author:
eugene
Message:

accept the order of the transform to be inverted, if supplied

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/psLib/src/astro/psCoord.c

    r39684 r39722  
    10331033        myPT = psPlaneTransformAlloc(order, order);
    10341034    } else {
     1035      // the user has supplied a model with a specific order : fit that order
     1036      myPT = psMemIncrRefCounter(out); // we need to return something which can be freed
     1037# if (0)
    10351038        if ((out->x->nX == order) && (out->x->nY == order) &&
    10361039            (out->y->nX == order) && (out->y->nX == order)) {
     
    10401043            myPT = psPlaneTransformAlloc(order, order);
    10411044        }
     1045# endif
    10421046    }
    10431047
Note: See TracChangeset for help on using the changeset viewer.