IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2005, 1:23:05 PM (21 years ago)
Author:
gusciora
Message:

Eliminated gsl calls in psFunctions.c.

File:
1 edited

Legend:

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

    r4620 r4857  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.82 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-07-27 19:55:15 $
     12*  @version $Revision: 1.83 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-08-23 23:23:05 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    139139if the supplied psPlaneTransform transform is linear: if any of the
    140140cooefficients of order 2 are higher are non-zero, then it is not linear.
     141 
     142Returns:
     143    1: if linear
     144    0: otherwise
     145 
     146XXX: This should be a psBool
    141147 *****************************************************************************/
    142148psS32 p_psIsProjectionLinear(psPlaneTransform *transform)
Note: See TracChangeset for help on using the changeset viewer.