# HG changeset patch # User Daniele Nicolodi # Date 1351518237 -3600 # Node ID d6efe6fe6eb3d7c3f7287b18e56e1836c302dd4e # Parent 2320f5fc66aabc56c19db582ac286dc04f2681f2 Style fix diff -r 2320f5fc66aa -r d6efe6fe6eb3 FXAnalyse.c --- a/FXAnalyse.c Mon Oct 29 14:43:48 2012 +0100 +++ b/FXAnalyse.c Mon Oct 29 14:43:57 2012 +0100 @@ -2378,7 +2378,7 @@ switch (event) { case EVENT_COMMIT: - /* be prepaid to support more N estimates for different beat notes */ + // be prepared to support more N estimates for different beat notes switch (control) { case PANEL_ESTIMATE_N3: @@ -2386,13 +2386,13 @@ if (! visible) { DisplayPanel(EstimateN3Panel); } - /* set current frep */ + // set current frep SetCtrlVal(EstimateN3Panel, ESTIMATEN3_FREP, 250e6 + Math1); - /* default wavelenght for Sr cavity */ + // default wavelenght for Sr cavity GetCtrlVal(EstimateN3Panel, ESTIMATEN3_WAVELENGTH, &wl); if (wl == 0.0) SetCtrlVal(EstimateN3Panel, ESTIMATEN3_WAVELENGTH, 698.50); - /* reset N3 estimate */ + // reset N3 estimate SetCtrlVal(EstimateN3Panel, ESTIMATEN3_N, 0.0); break; }