Changeset 17656 for trunk/psLib/src/fits/psFits.c
- Timestamp:
- May 13, 2008, 12:03:21 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.c
r16993 r17656 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 79$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-0 3-14 18:24:27$9 * @version $Revision: 1.80 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-05-13 22:03:21 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 603 603 604 604 // if we are setting a trivial compression (NONE), don't bother with the other parameters 605 if (type == PS_FITS_COMPRESS_NONE) return true; 605 if (type == PS_FITS_COMPRESS_NONE) { 606 return true; 607 } 608 609 PS_ASSERT_VECTOR_NON_NULL(tilesize, false); 606 610 607 611 // convert a psVector into the (long *) array that cfitsio requires
Note:
See TracChangeset
for help on using the changeset viewer.
