mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Make erasure pattern exponents work, the intended way. :-)
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6280 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
f281d082bf
commit
b87c77ddf1
@ -19,8 +19,8 @@ subroutine decoder(ss,id2,nfsample)
|
||||
!$omp threadprivate(/tracer_priv/)
|
||||
save
|
||||
|
||||
if(mod(n,2).eq.0) ntrials=10**(nranera/2.0)
|
||||
if(mod(n,2).eq.1) ntrials=3*10**(nranera/2.0)
|
||||
if(mod(nranera,2).eq.0) ntrials=10**(nranera/2)
|
||||
if(mod(nranera,2).eq.1) ntrials=3*10**(nranera/2)
|
||||
if(nranera.eq.0) ntrials=0
|
||||
|
||||
rms=sqrt(dot_product(float(id2(300000:310000)), &
|
||||
|
Loading…
Reference in New Issue
Block a user