|
@@ -47,6 +47,10 @@
|
|
|
#include <math.h>
|
|
#include <math.h>
|
|
|
#include <srates.h>
|
|
#include <srates.h>
|
|
|
|
|
|
|
|
|
|
+ //#ifdef unix
|
|
|
|
|
+#define round(x) lround((x))
|
|
|
|
|
+//#endif
|
|
|
|
|
+
|
|
|
/********************************************************************************************/
|
|
/********************************************************************************************/
|
|
|
/********************************** FORMERLY IN pconsistency.c ******************************/
|
|
/********************************** FORMERLY IN pconsistency.c ******************************/
|
|
|
/********************************************************************************************/
|
|
/********************************************************************************************/
|