IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2006, 12:56:01 PM (20 years ago)
Author:
drobbin
Message:

Added test for PlaneTransformDeriv in Coord02

File:
1 edited

Legend:

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

    r6251 r6253  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.103 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-01-30 20:28:33 $
     12*  @version $Revision: 1.104 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-01-30 22:56:01 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    10881088        //XXX: Should the length (nalloc) be 1 and append be used everytime a pixel is added?
    10891089        //        out = psPixelsAlloc(input->nalloc);
    1090         out = psPixelsAlloc(1);
     1090        out = psPixelsAlloc(0);
    10911091    }
    10921092    psPlane *coord = psPlaneAlloc();
Note: See TracChangeset for help on using the changeset viewer.