IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:45:06 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

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

    r3109 r3114  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-02-02 21:10:37 $
     12*  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-02-03 00:45:06 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    599599XXX: How to compound errors?
    600600 *****************************************************************************/
    601 psSphere* psSphereGetOffset(const psSphere* restrict position1,
    602                             const psSphere* restrict position2,
     601psSphere* psSphereGetOffset(const psSphere* position1,
     602                            const psSphere* position2,
    603603                            psSphereOffsetMode mode,
    604604                            psSphereOffsetUnit unit)
     
    683683 *****************************************************************************/
    684684
    685 psSphere* psSphereSetOffset(const psSphere* restrict position,
    686                             const psSphere* restrict offset,
     685psSphere* psSphereSetOffset(const psSphere* position,
     686                            const psSphere* offset,
    687687                            psSphereOffsetMode mode,
    688688                            psSphereOffsetUnit unit)
Note: See TracChangeset for help on using the changeset viewer.