Browse Source

simplified calls to round

richarddobson 3 weeks ago
parent
commit
3c4eaaf62b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/standalone/mchanpan.c

+ 2 - 2
dev/standalone/mchanpan.c

@@ -45,9 +45,9 @@
 #include <string.h>
 #include <srates.h>
 
-#if defined unix || defined __GNUC__
+ //#ifdef unix 
 #define round(x) lround((x))
-#endif
+//#endif
 #ifndef HUGE
 #define HUGE 3.40282347e+38F
 #endif