Changeset 6767 for trunk/psLib/test/sys/tst_psMemory.c
- Timestamp:
- Apr 4, 2006, 9:52:55 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tst_psMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tst_psMemory.c
r6204 r6767 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 1-26 21:10:22$8 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-04-04 19:52:55 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 583 583 fits = psFitsOpen("test.fits","w"); 584 584 psImage* img = psImageAlloc(16,16,PS_TYPE_F32); 585 psFitsWriteImage(fits,NULL,img,1 );585 psFitsWriteImage(fits,NULL,img,1,NULL); 586 586 psFree(img); 587 587 if ( !psMemCheckType(PS_DATA_FITS, fits) ) {
Note:
See TracChangeset
for help on using the changeset viewer.
