IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6374


Ignore:
Timestamp:
Feb 7, 2006, 7:43:17 PM (20 years ago)
Author:
magnier
Message:

buildsum free was not using nXsum = 2*nXterm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_b1/psLib/src/math/psMinimize.c

    r6028 r6374  
    1010 *  @author EAM, IfA
    1111 *
    12  *  @version $Revision: 1.147.4.1.2.7 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-01-17 09:26:50 $
     12 *  @version $Revision: 1.147.4.1.2.8 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-02-08 05:43:17 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    32203220    }
    32213221
    3222     for (int ix = 0; ix < nXterm; ix++) {
    3223         for (int iy = 0; iy < nYterm; iy++) {
    3224             for (int iz = 0; iz < nZterm; iz++) {
     3222    for (int ix = 0; ix < 2*nXterm; ix++) {
     3223        for (int iy = 0; iy < 2*nYterm; iy++) {
     3224            for (int iz = 0; iz < 2*nZterm; iz++) {
    32253225                psFree(Sums[ix][iy][iz]);
    32263226            }
Note: See TracChangeset for help on using the changeset viewer.