From daf87310099e6e672660570c3b9b4be9b93099df Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Mon, 11 Jul 2016 23:29:00 +0200 Subject: [PATCH] Fixed wrong parenthesis in srslte_vec_abs_cf --- srslte/lib/utils/vector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srslte/lib/utils/vector.c b/srslte/lib/utils/vector.c index 26f4f073b..b8879f6f0 100644 --- a/srslte/lib/utils/vector.c +++ b/srslte/lib/utils/vector.c @@ -622,7 +622,7 @@ void srslte_vec_abs_square_cf(cf_t *x, float *abs_square, uint32_t len) { #ifndef HAVE_VOLK_MAG_SQUARE_FUNCTION int i; for (i=0;i