IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2004, 1:04:18 PM (22 years ago)
Author:
gusciora
Message:

Modified the stdev and mean code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psConstants.h

    r2731 r2739  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-12-16 21:42:39 $
     8 *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-12-16 23:04:17 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    320320    NAME = psPolynomial1DAlloc(ORDER, TYPE); \
    321321    p_psMemSetPersistent(NAME, true); \
     322    p_psMemSetPersistent(NAME->coeff, true); \
     323    p_psMemSetPersistent(NAME->coeffErr, true); \
     324    p_psMemSetPersistent(NAME->mask, true); \
    322325} \
    323326
Note: See TracChangeset for help on using the changeset viewer.