Commit 4da175f5 authored by Thomas Schlichter's avatar Thomas Schlichter

[nr_ulsim] don't break out of SNR loop just because number_of_frames==1

parent 4fe691f4
......@@ -677,7 +677,7 @@ int main(int argc, char **argv)
break;
} // frame loop
if(is_frame_in_error == 0 || number_of_frames==1)
if(is_frame_in_error == 0)
break;
} // SNR loop
......
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