IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4321 for trunk/psLib/src/astro


Ignore:
Timestamp:
Jun 20, 2005, 12:42:30 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

Location:
trunk/psLib/src/astro
Files:
2 edited

Legend:

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

    r4289 r4321  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.74 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-06-16 22:42:09 $
     12*  @version $Revision: 1.75 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-06-20 22:42:29 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    268268}
    269269
    270 psPlaneDistort* psPlaneDistortAlloc(psS32 n1, psS32 n2, psS32 n3, psS32 n4)
     270psPlaneDistort* psPlaneDistortAlloc(int n1, int n2, int n3, int n4)
    271271{
    272272    PS_ASSERT_INT_NONNEGATIVE(n1, NULL);
  • trunk/psLib/src/astro/psCoord.h

    r4190 r4321  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-06-09 19:26:47 $
     12*  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-06-20 22:42:29 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    208208
    209209psPlaneDistort* psPlaneDistortAlloc(
    210     psS32 n1,  ///< The order of the w term in the transform.
    211     psS32 n2,  ///< The order of the x term in the transform.
    212     psS32 n3,  ///< The order of the y term in the transform.
    213     psS32 n4   ///< The order of the z term in the transform.
     210    int n1,                            ///< The order of the w term in the transform.
     211    int n2,                            ///< The order of the x term in the transform.
     212    int n3,                            ///< The order of the y term in the transform.
     213    int n4                             ///< The order of the z term in the transform.
    214214);
    215215
Note: See TracChangeset for help on using the changeset viewer.