Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 3095)
+++ trunk/psLib/src/astro/psCoord.h	(revision 3114)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-01-26 20:24:16 $
+*  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-03 00:45:06 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -346,6 +346,6 @@
  */
 psSphere* psSphereGetOffset(
-    const psSphere* restrict position1,
-    const psSphere* restrict position2,
+    const psSphere* position1,
+    const psSphere* position2,
     psSphereOffsetMode mode,
     psSphereOffsetUnit unit
@@ -364,6 +364,6 @@
  */
 psSphere* psSphereSetOffset(
-    const psSphere* restrict position,
-    const psSphere* restrict offset,
+    const psSphere* position,
+    const psSphere* offset,
     psSphereOffsetMode mode,
     psSphereOffsetUnit unit
