Changeset 4898 for trunk/psLib/src/fits/psFits.h
- Timestamp:
- Aug 29, 2005, 3:14:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFits.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.h
r4343 r4898 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 6-22 03:00:27$9 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-08-30 01:14:13 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 62 62 ); 63 63 64 /** Checks the type of a particular pointer. 65 * 66 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 67 * 68 * @return bool: True if the pointer matches a psFits structure, false otherwise. 69 */ 70 bool psMemCheckFits( 71 psPtr ptr ///< the pointer whose type to check 72 ); 73 74 64 75 /** Moves the FITS HDU to the specified extension name. 65 76 *
Note:
See TracChangeset
for help on using the changeset viewer.
