Changeset 9538 for trunk/psLib/src/fits/psFits.c
- Timestamp:
- Oct 13, 2006, 11:13:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFits.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.c
r8232 r9538 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2006- 08-08 23:32:23$9 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-10-13 21:13:47 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 18 18 #include "string.h" 19 19 #include "psError.h" 20 20 #include "psAssert.h" 21 21 #include "psImageStructManip.h" 22 22 #include "psMemory.h" … … 174 174 bool psMemCheckFits(psPtr ptr) 175 175 { 176 if (!is_psType(ptr)) { 177 return false; 178 } 176 PS_ASSERT_PTR(ptr, false); 179 177 return ( psMemGetDeallocator(ptr) == (psFreeFunc)fitsFree ); 180 178 }
Note:
See TracChangeset
for help on using the changeset viewer.
