Changeset 9538 for trunk/psLib/src/astro/psSphereOps.c
- Timestamp:
- Oct 13, 2006, 11:13:48 AM (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
r8232 r9538 8 8 * @author Dave Robbins, MHPCC 9 9 * 10 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2006- 08-08 23:32:22$10 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-10-13 21:13:47 $ 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 PS_ASSERT_PTR(ptr, false); 88 86 //See if the ptr corresponds to a psSphereRot* 89 87 return ( psMemGetDeallocator(ptr) == (psFreeFunc)sphereRotFree );
Note:
See TracChangeset
for help on using the changeset viewer.
