Changeset 3292
- Timestamp:
- Feb 18, 2005, 4:43:11 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
astro/psCoord.c (modified) (3 diffs)
-
astronomy/psCoord.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r3264 r3292 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.5 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02-1 7 19:26:23$12 * @version $Revision: 1.52 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-19 02:43:11 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 61 61 static void planeFree(psPlane *p) 62 62 { 63 psFree(p);63 // There are non dynamic allocated items 64 64 } 65 65 … … 77 77 static void sphereFree(psSphere *s) 78 78 { 79 psFree(s);79 // There are non dynamic allocated items 80 80 } 81 81 -
trunk/psLib/src/astronomy/psCoord.c
r3264 r3292 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.5 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02-1 7 19:26:23$12 * @version $Revision: 1.52 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-19 02:43:11 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 61 61 static void planeFree(psPlane *p) 62 62 { 63 psFree(p);63 // There are non dynamic allocated items 64 64 } 65 65 … … 77 77 static void sphereFree(psSphere *s) 78 78 { 79 psFree(s);79 // There are non dynamic allocated items 80 80 } 81 81
Note:
See TracChangeset
for help on using the changeset viewer.
