IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2025, 4:50:20 PM (12 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_pmConceptsUpdate.c

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