Changeset 16123
- Timestamp:
- Jan 17, 2008, 3:07:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080117/psLib/src/fits/psFitsImage.c
r16122 r16123 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.23.2. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-01-18 01:0 4:21 $9 * @version $Revision: 1.23.2.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-01-18 01:07:31 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 337 337 } 338 338 339 if (PSELEMTYPE_SIZEOF(inType) > PSELEMTYPE_SIZEOF(outType)) { 340 psWarning("Truncating image pixels to write to disk."); 341 } 342 339 343 return psImageCopy(NULL, image, outType); 340 344 }
Note:
See TracChangeset
for help on using the changeset viewer.
