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/astro/psCoord.h

    r2200 r2204  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-10-26 22:32:09 $
     12*  @version $Revision: 1.18 $ $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
     
    173173
    174174psPlaneTransform* psPlaneTransformAlloc(
    175     int n1,  ///< The order of the x term in the transform.
    176     int n2   ///< The order of the y term in the transform.
     175    psS32 n1,  ///< The order of the x term in the transform.
     176    psS32 n2   ///< The order of the y term in the transform.
    177177);
    178178
     
    193193
    194194psPlaneDistort* psPlaneDistortAlloc(
    195     int n1,  ///< The order of the w term in the transform.
    196     int n2,  ///< The order of the x term in the transform.
    197     int n3,  ///< The order of the y term in the transform.
    198     int n4   ///< The order of the z term in the transform.
     195    psS32 n1,  ///< The order of the w term in the transform.
     196    psS32 n2,  ///< The order of the x term in the transform.
     197    psS32 n3,  ///< The order of the y term in the transform.
     198    psS32 n4   ///< The order of the z term in the transform.
    199199);
    200200
Note: See TracChangeset for help on using the changeset viewer.