Browse Source

simplified calls to round

richarddobson 3 weeks ago
parent
commit
6e371ce237
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/new/filtrage.c

+ 2 - 2
dev/new/filtrage.c

@@ -46,9 +46,9 @@
 #include <standalone.h>
 
 
-#ifdef unix
+ //#ifdef unix 
 #define round(x) lround((x))
-#endif
+//#endif
 
 char errstr[2400];