IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39596


Ignore:
Timestamp:
Jun 11, 2016, 12:45:01 PM (10 years ago)
Author:
eugene
Message:

fix some build problems

Location:
trunk/Ohana/src/opihi/cmd.astro
Files:
2 edited

Legend:

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

    r39591 r39596  
    635635
    636636  double *T_int = NULL, *pD_int = NULL, *pR_int = NULL, *X_int = NULL, *Y_int = NULL, *WX_int = NULL, *WY_int = NULL;
    637   double T_min, T_max;
     637  double T_min; // not used , T_max;
    638638 
    639639  // Allocate more bins than we need
     
    648648
    649649  T_min = T_tmp[0];
    650   T_max = T_tmp[Npts - 1];
     650  // not used T_max = T_tmp[Npts - 1];
    651651 
    652652  // Check how many bins are filled.
  • trunk/Ohana/src/opihi/cmd.astro/fitpm_irls.c

    r39585 r39596  
    465465
    466466  double *T_int = NULL, *X_int = NULL, *Y_int = NULL, *WX_int = NULL, *WY_int = NULL;
    467   double T_min, T_max;
     467  double T_min; // not used , T_max;
    468468
    469469
     
    481481
    482482  T_min = T_tmp[0];
    483   T_max = T_tmp[Npts - 1];
     483  // not used T_max = T_tmp[Npts - 1];
    484484
    485485  // printf("Found %d points, putting into %d bins between %f and %f\n",Npts,Nbins_test,T_min,T_max);
Note: See TracChangeset for help on using the changeset viewer.