Index: /trunk/psLib/src/astro/psCoord.c
===================================================================
--- /trunk/psLib/src/astro/psCoord.c	(revision 3291)
+++ /trunk/psLib/src/astro/psCoord.c	(revision 3292)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-17 19:26:23 $
+*  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-19 02:43:11 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -61,5 +61,5 @@
 static void planeFree(psPlane *p)
 {
-    psFree(p);
+    // There are non dynamic allocated items
 }
 
@@ -77,5 +77,5 @@
 static void sphereFree(psSphere *s)
 {
-    psFree(s);
+    // There are non dynamic allocated items
 }
 
Index: /trunk/psLib/src/astronomy/psCoord.c
===================================================================
--- /trunk/psLib/src/astronomy/psCoord.c	(revision 3291)
+++ /trunk/psLib/src/astronomy/psCoord.c	(revision 3292)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-17 19:26:23 $
+*  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-19 02:43:11 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -61,5 +61,5 @@
 static void planeFree(psPlane *p)
 {
-    psFree(p);
+    // There are non dynamic allocated items
 }
 
@@ -77,5 +77,5 @@
 static void sphereFree(psSphere *s)
 {
-    psFree(s);
+    // There are non dynamic allocated items
 }
 
