Browse Source

simplified calls to round

richarddobson 2 weeks ago
parent
commit
9f66e02cdf
1 changed files with 2 additions and 6 deletions
  1. 2 6
      dev/filter/filters0.c

+ 2 - 6
dev/filter/filters0.c

@@ -37,13 +37,9 @@
 /*RWD*/
 #include <string.h>
 
-#ifndef cdp_round
-extern int cdp_round(double a);
-#endif
-
-#if defined unix || defined __GNUC__
+//#ifdef unix
 #define round(x) lround((x))
-#endif
+//#endif
 
 #define MINUS96DB (0.000016)