Index: /trunk/Ohana/src/opihi/cmd.astro/fitplx_irls.c
===================================================================
--- /trunk/Ohana/src/opihi/cmd.astro/fitplx_irls.c	(revision 39595)
+++ /trunk/Ohana/src/opihi/cmd.astro/fitplx_irls.c	(revision 39596)
@@ -635,5 +635,5 @@
 
   double *T_int = NULL, *pD_int = NULL, *pR_int = NULL, *X_int = NULL, *Y_int = NULL, *WX_int = NULL, *WY_int = NULL;
-  double T_min, T_max;
+  double T_min; // not used , T_max;
   
   // Allocate more bins than we need
@@ -648,5 +648,5 @@
 
   T_min = T_tmp[0];
-  T_max = T_tmp[Npts - 1];
+  // not used T_max = T_tmp[Npts - 1];
   
   // Check how many bins are filled.
Index: /trunk/Ohana/src/opihi/cmd.astro/fitpm_irls.c
===================================================================
--- /trunk/Ohana/src/opihi/cmd.astro/fitpm_irls.c	(revision 39595)
+++ /trunk/Ohana/src/opihi/cmd.astro/fitpm_irls.c	(revision 39596)
@@ -465,5 +465,5 @@
 
   double *T_int = NULL, *X_int = NULL, *Y_int = NULL, *WX_int = NULL, *WY_int = NULL;
-  double T_min, T_max;
+  double T_min; // not used , T_max;
 
 
@@ -481,5 +481,5 @@
 
   T_min = T_tmp[0];
-  T_max = T_tmp[Npts - 1];
+  // not used T_max = T_tmp[Npts - 1];
 
   // printf("Found %d points, putting into %d bins between %f and %f\n",Npts,Nbins_test,T_min,T_max);
