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.h

    r3095 r3114  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-01-26 20:24:16 $
     12*  @version $Revision: 1.25 $ $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
     
    346346 */
    347347psSphere* psSphereGetOffset(
    348     const psSphere* restrict position1,
    349     const psSphere* restrict position2,
     348    const psSphere* position1,
     349    const psSphere* position2,
    350350    psSphereOffsetMode mode,
    351351    psSphereOffsetUnit unit
     
    364364 */
    365365psSphere* psSphereSetOffset(
    366     const psSphere* restrict position,
    367     const psSphere* restrict offset,
     366    const psSphere* position,
     367    const psSphere* offset,
    368368    psSphereOffsetMode mode,
    369369    psSphereOffsetUnit unit
Note: See TracChangeset for help on using the changeset viewer.