Changeset 7914 for trunk/psLib/src/astro/psSphereOps.c
- Timestamp:
- Jul 14, 2006, 4:57:12 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psSphereOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psSphereOps.c
r7766 r7914 8 8 * @author Dave Robbins, MHPCC 9 9 * 10 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-0 6-30 02:20:06$10 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-07-15 02:57:12 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 83 83 bool psMemCheckSphereRot(psPtr ptr) 84 84 { 85 if (!is_psType(ptr)) { 86 return false; 87 } 85 88 //See if the ptr corresponds to a psSphereRot* 86 89 return ( psMemGetDeallocator(ptr) == (psFreeFunc)sphereRotFree );
Note:
See TracChangeset
for help on using the changeset viewer.
