changeset 185:a4d1615e2aa4

libgsmefr/az_lsp.c: perf opt
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 03 Jan 2023 02:47:22 +0000
parents b092a510141e
children 12d9d3649232
files libgsmefr/az_lsp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgsmefr/az_lsp.c	Tue Jan 03 02:33:45 2023 +0000
+++ b/libgsmefr/az_lsp.c	Tue Jan 03 02:47:22 2023 +0000
@@ -194,7 +194,7 @@
     /* Check if M roots found */
 
     test (); 
-    if (sub (nf, M) < 0)
+    if (nf < M)
     {
         for (i = 0; i < M; i++)
         {