IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2006, 11:50:52 AM (20 years ago)
Author:
eugene
Message:

fixed vector init lengths

File:
1 edited

Legend:

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

    r6900 r6950  
    4242        // temporary array for overlapping objects we find
    4343        psArray *overlap = psArrayAlloc (100);
    44         overlap->n = 0;
     44        // DROP overlap->n = 0;
    4545
    4646        // search backwards for overlapping sources
     
    112112                if (source->blends == NULL) {
    113113                    source->blends = psArrayAlloc (16);
    114                     source->blends->n = 0;
     114                    // DROP source->blends->n = 0;
    115115                }
    116116                psArrayAdd (source->blends, 16, testSource);
Note: See TracChangeset for help on using the changeset viewer.