IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 11, 2004, 3:33:16 PM (22 years ago)
Author:
desonia
Message:

bug fixes found while testing psFFT routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psVector.c

    r945 r1008  
    88 *  @author Ross Harman, MHPCC
    99 *
    10  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-06-09 18:20:01 $
     10 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-06-12 01:33:16 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    145145    }
    146146
    147     in->data.V = psRealloc(in->data.V,nalloc*PSELEMTYPE_SIZEOF(elemType));
     147    in->data.V = psRealloc(in->data.V,nalloc*PSELEMTYPE_SIZEOF(type));
    148148
    149149    in->n = 0;
    150     in->type.type = elemType;
     150    in->type.type = type;
    151151    in->nalloc = nalloc;
    152152
Note: See TracChangeset for help on using the changeset viewer.