Changeset 14878
- Timestamp:
- Sep 17, 2007, 5:01:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.c
r14877 r14878 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.7 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-09-18 0 2:56:36$9 * @version $Revision: 1.71 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-09-18 03:01:17 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 198 198 199 199 opt->type = type; 200 opt->tilesize = tilesize;200 opt->tilesize = psVectorCopy(NULL, tilesize, PS_DATA_S64); 201 201 opt->noisebits = noisebits; 202 202 opt->scale = scale;
Note:
See TracChangeset
for help on using the changeset viewer.
