Browse Source

simplified calls to round

richarddobson 3 weeks ago
parent
commit
7a672cd0fb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/science/specanal.c

+ 2 - 2
dev/science/specanal.c

@@ -106,9 +106,9 @@
 #define pitchcnt    temp_sampsize
 #define pitchcnt    temp_sampsize
 static double quartertone;
 static double quartertone;
 
 
-#ifdef unix
+//#ifdef unix
 #define round(x) lround((x))
 #define round(x) lround((x))
-#endif
+//#endif
 #ifndef HUGE
 #ifndef HUGE
 #define HUGE 3.40282347e+38F
 #define HUGE 3.40282347e+38F
 #endif
 #endif