Changeset 15335 for trunk/psLib/src/fits/psFitsHeader.c
- Timestamp:
- Oct 19, 2007, 1:52:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsHeader.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsHeader.c
r15191 r15335 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-10- 04 01:16:33$9 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-10-19 23:52:39 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 593 593 { 594 594 PS_ASSERT_FITS_NON_NULL(fits, false); 595 PS_ASSERT_FITS_WRITABLE(fits, false); 595 596 PS_ASSERT_METADATA_NON_NULL(output, false); 596 597 … … 604 605 { 605 606 PS_ASSERT_FITS_NON_NULL(fits, false); 607 PS_ASSERT_FITS_WRITABLE(fits, false); 606 608 607 609 // We allow output == NULL in order to write a minimal header.
Note:
See TracChangeset
for help on using the changeset viewer.
