IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2006, 7:29:51 AM (20 years ago)
Author:
magnier
Message:

replaced p_psProject, p_psDeproject with psProject, psDeproject

File:
1 edited

Legend:

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

    r9730 r10609  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.126 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-10-24 22:52:55 $
     12*  @version $Revision: 1.127 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-12-10 17:29:29 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    349349
    350350
    351 psPlane* p_psProject(
     351psPlane* psProject(
    352352    psPlane *outPlane,
    353353    const psSphere* coord,
     
    437437}
    438438
    439 psPlane* psProject(
    440     const psSphere* coord,
    441     const psProjection* projection)
    442 {
    443     return(p_psProject(NULL, coord, projection));
    444 }
    445 
    446 psSphere* p_psDeproject(
     439psSphere* psDeproject(
    447440    psSphere *outSphere,
    448441    const psPlane* coord,
     
    560553}
    561554
    562 psSphere* psDeproject(
    563     const psPlane* coord,
    564     const psProjection* projection)
    565 {
    566     return(p_psDeproject(NULL, coord, projection));
    567 }
    568 
    569 
    570555/*****************************************************************************
    571556multiplyDPoly2D(trans1, trans2): Takes two 2-D polynomials as input and
Note: See TracChangeset for help on using the changeset viewer.