IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2006, 1:43:16 PM (20 years ago)
Author:
drobbin
Message:

Changed psArray & psVector to zero 'n' upon allocation. Used to set vector->n = nalloc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psPolynomialEval3D.c

    r6304 r6484  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.1 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2006-02-02 21:05:51 $
     6*  @version  $Revision: 1.2 $  $Name: not supported by cvs2svn $
     7*  @date  $Date: 2006-02-24 23:43:15 $
    88*
    99* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    220220        inputChebY->data.F64[i] = Dpoly3DXYZChebValue[i][1];
    221221        inputChebZ->data.F64[i] = Dpoly3DXYZChebValue[i][2];
     222        inputOrdX->n++;
     223        inputOrdY->n++;
     224        inputOrdZ->n++;
     225        inputChebX->n++;
     226        inputChebY->n++;
     227        inputChebZ->n++;
    222228    }
    223229
Note: See TracChangeset for help on using the changeset viewer.