Mercurial > hg > fxanalyse
diff FXAnalyse.c @ 22:b7b3b5f1c5a6
Remove unused widgets from N1 measurement panel. Harmonize widgets names
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Thu, 19 Jul 2012 20:01:40 +0200 |
parents | 3a7f088d4960 |
children | 65e277fdf01f |
line wrap: on
line diff
--- a/FXAnalyse.c Thu Jul 19 19:42:48 2012 +0200 +++ b/FXAnalyse.c Thu Jul 19 20:01:40 2012 +0200 @@ -697,11 +697,11 @@ SetCtrlVal(MainPanel, PANEL_SIGN1, Signe1); SetCtrlVal(MainPanel, PANEL_SIGN2, Signe2); SetCtrlVal(MainPanel, PANEL_SIGN3, Signe3); - SetCtrlVal(CalcN1Panel, CALCN1_N_1, N_1) ; + SetCtrlVal(CalcN1Panel, CALCN1_N, N_1) ; SetCtrlVal(CalcN1Panel, CALCN1_SLOPE, Slope_1) ; - SetCtrlVal(CalcN2Panel, CALCN2_N_2, N_2) ; + SetCtrlVal(CalcN2Panel, CALCN2_N, N_2) ; SetCtrlVal(CalcN2Panel, CALCN2_SLOPE, Beatslope_2) ; - SetCtrlVal(CalcN3Panel, CALCN3_N_3, N_3) ; + SetCtrlVal(CalcN3Panel, CALCN3_N, N_3) ; SetCtrlVal(CalcN3Panel, CALCN3_SLOPE, Slope_3) ; SetCtrlVal(MainPanel, PANEL_SLOPETOCANCEL, SlopeMath2); /*SetCtrlVal(MainPanel, PANEL_SLOPECANCELONOFF, OnOffMessage); */ @@ -1279,7 +1279,7 @@ // compute N3 N_3 = 1000.0 * DeltakHz_3 / (Frepplus_3 - Frepminus_3); - SetCtrlVal(CalcN3Panel, CALCN3_N_3, N_3); + SetCtrlVal(CalcN3Panel, CALCN3_N, N_3); t1_3=0.0; t2_3=0.0;