Mercurial > hg > fxanalyse
diff FXAnalyse.c @ 64:d6efe6fe6eb3
Style fix
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Mon, 29 Oct 2012 14:43:57 +0100 |
parents | 53dbce5f0745 |
children | da82b4815c2f |
line wrap: on
line diff
--- 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; }