Browse Source

simplified calls to round

richarddobson 3 weeks ago
parent
commit
b5634e7d01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/new/spectrum.c

+ 2 - 2
dev/new/spectrum.c

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