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_QGAUSS.c

    r11301 r11527  
    8080bool PM_MODEL_LIMITS (psMinConstraintMode mode, int nParam, float *params, float *beta)
    8181{
    82     float beta_lim, params_min, params_max;
    83     float f1, f2, q1, q2;
     82    float beta_lim = 0, params_min = 0, params_max = 0;
     83    float f1 = 0, f2 = 0, q1 = 0, q2 = 0;
    8484
    8585    // we need to calculate the limits for SXY specially
Note: See TracChangeset for help on using the changeset viewer.