# HG changeset patch # User Daniele Nicolodi # Date 1349782371 -7200 # Node ID 39a0f396d7786dd1a1af0f6898f9be994f9d4239 # Parent dcc305411dcc3708504ed48931edddfb5171ef02 Fix frequency scaling in frequency drift measurement diff -r dcc305411dcc -r 39a0f396d778 FXAnalyse.c --- a/FXAnalyse.c Tue Oct 09 13:18:31 2012 +0200 +++ b/FXAnalyse.c Tue Oct 09 13:32:51 2012 +0200 @@ -1248,7 +1248,7 @@ currentFreq = Math2; break; case SLOPE_REFERENCE_HG_CAVITY: - currentFreq = Ch2 * 1062.5 / 1542.2; + currentFreq = Ch2 * 1542.2 / 1062.5; break; }