Changeset 8627 for trunk/psLib/src/fits/psFitsImage.c
- Timestamp:
- Aug 25, 2006, 6:34:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsImage.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsImage.c
r8412 r8627 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-08- 17 22:15:17$9 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-08-26 04:34:28 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 450 450 if (z >= nAxes[2]) { 451 451 psError(PS_ERR_BAD_PARAMETER_SIZE, true, 452 _("Current FITS HDU has % d z-planes, but z-plane %d was specified."),453 nAxes[2], z);452 _("Current FITS HDU has %ld z-planes, but z-plane %d was specified."), 453 nAxes[2], z); 454 454 return false; 455 455 } … … 472 472 lastPixel[1] < 1 || lastPixel[1] > nAxes[1]) { 473 473 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 474 "Input image [size of %ix%i] at position (%i,%i) does not all lay in the % ix%i FITS image.",474 "Input image [size of %ix%i] at position (%i,%i) does not all lay in the %lix%li FITS image.", 475 475 numCols, numRows, 476 476 x0, y0,
Note:
See TracChangeset
for help on using the changeset viewer.
