IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21357


Ignore:
Timestamp:
Feb 5, 2009, 3:12:09 PM (17 years ago)
Author:
eugene
Message:

fix name space overlay error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotThreadTools.c

    r21166 r21357  
    9393        cellGroups->data[i] = cells;
    9494        for (int j = 0; j < cells->n; j++) {
    95             psArray *sources = psArrayAllocEmpty (50);
    96             cells->data[j] = sources;
     95            psArray *cellSources = psArrayAllocEmpty (50);
     96            cells->data[j] = cellSources;
    9797        }
    9898    }
     
    108108       
    109109        psArray *cells = cellGroups->data[group];
    110         psArray *sources = cells->data[cell];
     110        psArray *cellSources = cells->data[cell];
    111111       
    112         psArrayAdd (sources, 100, source);
     112        psArrayAdd (cellSources, 100, source);
    113113    }
    114114       
Note: See TracChangeset for help on using the changeset viewer.