Browse Source

simplified calls to round

richarddobson 2 weeks ago
parent
commit
80a4a8e58a
1 changed files with 2 additions and 5 deletions
  1. 2 5
      dev/filter/ap_filter.c

+ 2 - 5
dev/filter/ap_filter.c

@@ -54,13 +54,10 @@
 /*RWD April 2004*/
 #include <filtcon.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
 
 /********************************************************************************************/
 /********************************** FORMERLY IN buffers.c ***********************************/