Tweaks to .doc, and minor code cleanup.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2703 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-10-29 21:10:03 +00:00
parent c1d40cc542
commit 2dfa4059fe
3 changed files with 1 additions and 3 deletions
-2
View File
@@ -39,12 +39,10 @@ extern "C" int d2aCallback(const void *inputBuffer, void *outputBuffer,
static double snr;
static double fac;
static int ic=0;
static int ncall=0;
static int isym0=-99;
static short int i2;
int isym;
ncall++;
if(udata->bRestart) {
// Time according to this computer
qint64 ms = QDateTime::currentMSecsSinceEpoch() % 86400000;