More progress.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2601 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-09-26 18:45:10 +00:00
parent 5ee333a0e9
commit 4caf2ddec0
4 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ void getfile(QString fname, int ntrperiod)
fread(jt8com_.d2,1,44,fp);
int nrd=fread(jt8com_.d2,2,npts,fp);
fclose(fp);
for(int i=0; i<npts; i++) jt8com_.d2[i]/=100;
// for(int i=0; i<npts; i++) jt8com_.d2[i]/=100;
}
}