Changeset 39596 for trunk/Ohana/src/opihi/cmd.astro/fitpm_irls.c
- Timestamp:
- Jun 11, 2016, 12:45:01 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/fitpm_irls.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/fitpm_irls.c
r39585 r39596 465 465 466 466 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; 468 468 469 469 … … 481 481 482 482 T_min = T_tmp[0]; 483 T_max = T_tmp[Npts - 1];483 // not used T_max = T_tmp[Npts - 1]; 484 484 485 485 // 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.
