Browse Source

simplified calls to round

richarddobson 2 weeks ago
parent
commit
55d72d29c1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/hfperm/ap_hfperm.c

+ 2 - 2
dev/hfperm/ap_hfperm.c

@@ -49,9 +49,9 @@
 #include <math.h>
 #include <srates.h>
 
-#if defined unix || defined __GNUC__
+ //#ifdef unix 
 #define round(x) lround((x))
-#endif
+//#endif
 
 static int eliminate_octave_duplications(dataptr dz);
 static int check_for_invalid_data(int k,dataptr dz);