IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2025, 4:50:20 PM (14 months ago)
Author:
eugene
Message:

remove deprecated tests and fix tap versions

Location:
trunk/psModules/test/concepts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/concepts

    • Property svn:ignore
      •  

        old new  
        33Makefile
        44Makefile.in
         5tap_pmConcepts
         6tap_pmConceptsAverage
         7tap_pmConceptsPhotcode
         8tap_pmConceptsUpdate
         9test-suite.log
  • trunk/psModules/test/concepts/tap_pmConceptsAverage.c

    r21474 r42828  
    3535psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM()
    3636{
    37     psPlaneTransform *pt = psPlaneTransformAlloc(1, 1);
     37    psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD);
    3838    pt->x->coeff[1][0] = 1.0;
    3939    pt->y->coeff[0][1] = 1.0;
Note: See TracChangeset for help on using the changeset viewer.