Changeset 7232 for trunk/psLib/src/fits/psFitsHeader.h
- Timestamp:
- May 26, 2006, 3:59:36 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsHeader.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsHeader.h
r7229 r7232 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-05-27 01: 49:22$9 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-05-27 01:59:36 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 47 47 */ 48 48 bool psFitsWriteHeader( 49 ps Metadata* output, ///< the psMetadata data in which to write50 ps Fits* fits ///< the psFits object49 psFits* fits, ///< the psFits object 50 psMetadata* output ///< the psMetadata data in which to write 51 51 ); 52 52 … … 56 56 */ 57 57 bool psFitsWriteBlank( 58 ps Metadata* output, ///< the psMetadata data in which to write59 ps Fits* fits ///< the psFits object58 psFits* fits, ///< the psFits object 59 psMetadata* output ///< the psMetadata data in which to write 60 60 ); 61 61
Note:
See TracChangeset
for help on using the changeset viewer.
