Commit 847044a5 authored by francescomani's avatar francescomani

fix bad merge

parent 1304a682
......@@ -1056,7 +1056,8 @@ int main(int argc, char **argv)
}
int ret = 1;
for (SNR = snr0; SNR < snr1; SNR += snr_step) {
for (SNR = snr0; SNR <= snr1; SNR += snr_step) {
varArray_t *table_rx=initVarArray(1000,sizeof(double));
int error_flag = 0;
n_false_positive = 0;
......
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