IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2005, 11:52:49 AM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimize.c

    r3264 r3476  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.106 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-02-17 19:26:23 $
     11 *  @version $Revision: 1.107 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-03-22 21:52:49 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    16081608        myParamMask = psVectorRecycle(myParamMask, params->n, PS_TYPE_U8);
    16091609        p_psMemSetPersistent(myParamMask, true);
    1610         p_psMemSetPersistent(myParamMask->data.V, true);
     1610        p_psMemSetPersistent(myParamMask->data.U8, true);
    16111611        for (i=0;i<myParamMask->n;i++) {
    16121612            myParamMask->data.U8[i] = 0;
Note: See TracChangeset for help on using the changeset viewer.