IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14878


Ignore:
Timestamp:
Sep 17, 2007, 5:01:17 PM (19 years ago)
Author:
jhoblitt
Message:

change psFitsOptionsAlloc() to make a copy of it's tilesize arg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFits.c

    r14877 r14878  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-09-18 02:56:36 $
     9 *  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-09-18 03:01:17 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    198198
    199199    opt->type = type;
    200     opt->tilesize = tilesize;
     200    opt->tilesize = psVectorCopy(NULL, tilesize, PS_DATA_S64);
    201201    opt->noisebits = noisebits;
    202202    opt->scale = scale;
Note: See TracChangeset for help on using the changeset viewer.