IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2005, 9:46:09 AM (21 years ago)
Author:
gusciora
Message:

Added polynomial nTerms/nOrder type changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.c

    r5542 r5544  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.89 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-11-18 19:39:29 $
     12*  @version $Revision: 1.90 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-11-18 19:46:09 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    271271
    272272    psPlaneDistort *pt = psAlloc(sizeof(psPlaneDistort));
    273     pt->x = psPolynomial4DAlloc(n1-1, n2-1, n3-1, n4-1, PS_POLYNOMIAL_ORD);
    274     pt->y = psPolynomial4DAlloc(n1-1, n2-1, n3-1, n4-1, PS_POLYNOMIAL_ORD);
     273    pt->x = psPolynomial4DAlloc(n1, n2, n3, n4, PS_POLYNOMIAL_ORD);
     274    pt->y = psPolynomial4DAlloc(n1, n2, n3, n4, PS_POLYNOMIAL_ORD);
    275275
    276276    psMemSetDeallocator(pt, (psFreeFunc) planeDistortFree);
Note: See TracChangeset for help on using the changeset viewer.