IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29955


Ignore:
Timestamp:
Dec 6, 2010, 1:28:35 PM (15 years ago)
Author:
bills
Message:

fix compiler errors about possibly uninitialized variables.

Location:
trunk/Ohana/src/kapa2/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/DrawFrame.c

    r29938 r29955  
    66 
    77  int i, j, Nticks, P, doffset;
    8   double fx, fy, dfx, dfy, dx, dy, lweight;
     8  double fx, fy, dfx, dfy, dx = 0, dy = 0, lweight;
    99  Graphic *graphic;
    1010  TickMarkData *ticks;
  • trunk/Ohana/src/kapa2/src/PSFrame.c

    r29938 r29955  
    55 
    66  int i, j, Nticks, P, doffset;
    7   double fx, fy, dfx, dfy, dx, dy, lweight;
     7  double fx, fy, dfx, dfy, dx = 0, dy = 0, lweight;
    88  Graphic *graphic;
    99  TickMarkData *ticks;
  • trunk/Ohana/src/kapa2/src/bDrawFrame.c

    r29938 r29955  
    55 
    66  int i, j, Nticks, P, doffset;
    7   double fx, fy, dfx, dfy, lweight, dx, dy;
     7  double fx, fy, dfx, dfy, lweight, dx = 0, dy = 0;
    88  // Graphic graphic; is not needed
    99  TickMarkData *ticks;
Note: See TracChangeset for help on using the changeset viewer.