Index: trunk/psLib/src/astro/psSphereOps.c
===================================================================
--- trunk/psLib/src/astro/psSphereOps.c	(revision 9932)
+++ trunk/psLib/src/astro/psSphereOps.c	(revision 10609)
@@ -8,6 +8,6 @@
  *  @author Dave Robbins, MHPCC
  *
- *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-09 23:26:04 $
+ *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-12-10 17:29:51 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -335,5 +335,5 @@
                                                PS_PROJ_TAN);
         // Perform projection onto tangent plane
-        psPlane* lin = psProject(position2, proj);
+        psPlane* lin = psProject(NULL, position2, proj);
         // Set return values
         tmp->r = lin->x;
@@ -417,5 +417,5 @@
                                                PS_PROJ_TAN);
         // Project tangent plane coord to spherical coord
-        tmp = psDeproject(lin, proj);
+        tmp = psDeproject(NULL, lin, proj);
         // Free data structures used
         psFree(proj);
