Better symspec now.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2646 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-10-04 19:03:39 +00:00
parent ac93f2b653
commit 68de5dd4bd
5 changed files with 41 additions and 56 deletions
-1
View File
@@ -19,7 +19,6 @@ void getfile(QString fname, int ntrperiod)
fread(jt9com_.d2,1,44,fp);
int nrd=fread(jt9com_.d2,2,npts,fp);
fclose(fp);
// for(int i=0; i<npts; i++) jt9com_.d2[i]/=100;
}
}