Index: trunk/psLib/src/astro/psCoord.c
===================================================================
--- trunk/psLib/src/astro/psCoord.c	(revision 3109)
+++ trunk/psLib/src/astro/psCoord.c	(revision 3114)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-02 21:10:37 $
+*  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-03 00:45:06 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -599,6 +599,6 @@
 XXX: How to compound errors?
  *****************************************************************************/
-psSphere* psSphereGetOffset(const psSphere* restrict position1,
-                            const psSphere* restrict position2,
+psSphere* psSphereGetOffset(const psSphere* position1,
+                            const psSphere* position2,
                             psSphereOffsetMode mode,
                             psSphereOffsetUnit unit)
@@ -683,6 +683,6 @@
  *****************************************************************************/
 
-psSphere* psSphereSetOffset(const psSphere* restrict position,
-                            const psSphere* restrict offset,
+psSphere* psSphereSetOffset(const psSphere* position,
+                            const psSphere* offset,
                             psSphereOffsetMode mode,
                             psSphereOffsetUnit unit)
