Changeset 39596
- Timestamp:
- Jun 11, 2016, 12:45:01 PM (10 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.astro
- Files:
-
- 2 edited
-
fitplx_irls.c (modified) (2 diffs)
-
fitpm_irls.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/fitplx_irls.c
r39591 r39596 635 635 636 636 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; 638 638 639 639 // Allocate more bins than we need … … 648 648 649 649 T_min = T_tmp[0]; 650 T_max = T_tmp[Npts - 1];650 // not used T_max = T_tmp[Npts - 1]; 651 651 652 652 // Check how many bins are filled. -
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.
