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/psSphereOps.c

    r9932 r10609  
    88 *  @author Dave Robbins, MHPCC
    99 *
    10  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-11-09 23:26:04 $
     10 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-12-10 17:29:51 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    335335                                               PS_PROJ_TAN);
    336336        // Perform projection onto tangent plane
    337         psPlane* lin = psProject(position2, proj);
     337        psPlane* lin = psProject(NULL, position2, proj);
    338338        // Set return values
    339339        tmp->r = lin->x;
     
    417417                                               PS_PROJ_TAN);
    418418        // Project tangent plane coord to spherical coord
    419         tmp = psDeproject(lin, proj);
     419        tmp = psDeproject(NULL, lin, proj);
    420420        // Free data structures used
    421421        psFree(proj);
Note: See TracChangeset for help on using the changeset viewer.