IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34613 for trunk/Ohana


Ignore:
Timestamp:
Oct 26, 2012, 12:04:20 PM (14 years ago)
Author:
bills
Message:

fix a couple of compile problems due to uninitalized variables

Location:
trunk/Ohana/src/opihi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/cplot.c

    r34584 r34613  
    33int cplot (int argc, char **argv) {
    44 
    5   double ra_prev;
     5  double ra_prev = 0;
    66  int i, kapa, Npts, status, leftside;
    77  opihi_flt *x, *y, *r, *d, Rmin, Rmax, Rmid;
  • trunk/Ohana/src/opihi/cmd.data/zplot.c

    r34584 r34613  
    33int zplot (int argc, char **argv) {
    44 
    5   char *outname;
     5  char *outname = NULL;
    66  int i, kapa, valid, size;
    77  opihi_flt *out;
     
    9494int zcplot (int argc, char **argv) {
    9595 
    96   char *outname;
     96  char *outname = NULL;
    9797  int i, kapa, valid, size;
    9898  opihi_flt *out;
Note: See TracChangeset for help on using the changeset viewer.