IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 19, 2005, 3:21:13 PM (21 years ago)
Author:
drobbin
Message:

changed psPolynomial fxns to use F64 and removed psDPoly fxns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tst_psCoord.c

    r4547 r4581  
    66*  @author GLG, MHPCC
    77*
    8 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2005-07-13 02:46:58 $
     8*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2005-07-20 01:21:13 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    265265{
    266266    psPlane*          out = NULL;
    267     psDPolynomial2D*  tmp2DPoly = NULL;
     267    psPolynomial2D*  tmp2DPoly = NULL;
    268268    psPlane*          rc;
    269269
     
    359359    psPlane*         out       = NULL;
    360360    psPlane*         rc        = NULL;
    361     psDPolynomial4D* tmp4DPoly = NULL;
     361    psPolynomial4D* tmp4DPoly = NULL;
    362362
    363363    // Allocate input coordinate
Note: See TracChangeset for help on using the changeset viewer.