Changeset 4558 for trunk/psLib/test/fits/tst_psFits.c
- Timestamp:
- Jul 14, 2005, 4:40:20 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/fits/tst_psFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/fits/tst_psFits.c
r4550 r4558 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-07-1 3 11:14:59$8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-07-15 02:40:20 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 650 650 } 651 651 652 if (header->list-> size < 1 || header->list->size != header2->list->size) {652 if (header->list->n < 1 || header->list->n != header2->list->n) { 653 653 psError(PS_ERR_UNKNOWN, true, 654 654 "Reading the header given a NULL input psMetadata differed "
Note:
See TracChangeset
for help on using the changeset viewer.
