IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2006, 3:01:34 PM (20 years ago)
Author:
drobbin
Message:

Updated files to reflect psArray, psVector, & psPixels changes in psLib that set n=0 upon allocation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/models/pmModel_PGAUSS.c

    r5257 r6511  
    4545    *params_min = psVectorAlloc (7, PS_TYPE_F32);
    4646    *params_max = psVectorAlloc (7, PS_TYPE_F32);
     47    (*beta_lim)->n = (*beta_lim)->nalloc;
     48    (*params_min)->n = (*params_min)->nalloc;
     49    (*params_max)->n = (*params_max)->nalloc;
    4750
    4851    beta_lim[0][0].data.F32[0] = 1000;
Note: See TracChangeset for help on using the changeset viewer.