Commit 6e839bf8 authored by lukashov's avatar lukashov

Minor change in dlsim.c

parent 404814f7
......@@ -4341,11 +4341,11 @@ n(tikz_fname,"w");
else {
if ((rx_type==rx_IC_dual_stream) || (rx_type==rx_standard)) {
if (((double)errs[0][0]/(round_trials[0]))<1e-2 && ((double)errs[1][0]/(round_trials[0]))<1e-2)
if (((double)errs[0][0]/(round_trials[0]))<1e-3 && ((double)errs[1][0]/(round_trials[0]))<1e-3)
break;
}
else{
if (((double)errs[0][0]/(round_trials[0]))<1e-2)
if (((double)errs[0][0]/(round_trials[0]))<1e-3)
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment