IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2007, 5:15:13 PM (19 years ago)
Author:
magnier
Message:

pedantic initialization of variables

File:
1 edited

Legend:

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

    r10262 r11527  
    6565bool PM_MODEL_LIMITS (psMinConstraintMode mode, int nParam, float *params, float *beta)
    6666{
    67     float beta_lim, params_min, params_max;
    68     float f1, f2, q1, q2;
     67    float beta_lim = 0, params_min = 0, params_max = 0;
     68    float f1 = 0, f2 = 0, q1 = 0, q2 = 0;
    6969
    7070    // we need to calculate the limits for SXY specially
Note: See TracChangeset for help on using the changeset viewer.