Changeset 17447 for trunk/psLib/src/fits/psFitsHeader.c
- Timestamp:
- Apr 17, 2008, 1:43:03 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsHeader.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsHeader.c
r17053 r17447 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.4 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-0 3-19 20:23:06$9 * @version $Revision: 1.44 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-04-17 23:43:02 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 21 #include <strings.h> 22 22 23 #include "psAbort.h" 23 24 #include "psAssert.h" 24 25 #include "psFits.h" … … 230 231 ) 231 232 { 232 assert(fits);233 psAssert(fits, "impossible"); 233 234 234 235 psMetadata *header = psMetadataAlloc(); // Header, to return … … 414 415 // Need to look for MULTI, which won't be picked up using the iterator. 415 416 psMetadataItem *multiCheckItem = psMetadataLookup(header, item->name); 416 assert(multiCheckItem);417 psAssert(multiCheckItem, "impossible"); 417 418 unsigned int flag = 0; // Flag to indicate MULTI; otherwise default action 418 419 if (multiCheckItem->type == PS_DATA_METADATA_MULTI) {
Note:
See TracChangeset
for help on using the changeset viewer.
