IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2004, 2:57:34 PM (22 years ago)
Author:
desonia
Message:

converted native C types to ps Types, where practical.

File:
1 edited

Legend:

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

    r2200 r2204  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-10-26 22:32:09 $
     12*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-10-27 00:57:30 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6767}
    6868
    69 psPlaneTransform* psPlaneTransformAlloc(int n1, int n2)
     69psPlaneTransform* psPlaneTransformAlloc(psS32 n1, psS32 n2)
    7070{
    7171    psPlaneTransform *pt = psAlloc(sizeof(psPlaneTransform));
     
    9797}
    9898
    99 psPlaneDistort* psPlaneDistortAlloc(int n1, int n2, int n3, int n4)
     99psPlaneDistort* psPlaneDistortAlloc(psS32 n1, psS32 n2, psS32 n3, psS32 n4)
    100100{
    101101    psPlaneDistort *pt = psAlloc(sizeof(psPlaneDistort));
Note: See TracChangeset for help on using the changeset viewer.