ignore local files (projects, R history...)
[valse.git] / src / sources / utils.h
index b33c69e..f6d122f 100644 (file)
@@ -7,7 +7,7 @@
  * Types
  *******/
 
-typedef float Real;
+typedef double Real;
 //typedef uint32_t UInt;
 //typedef int32_t Int;
 
@@ -37,10 +37,6 @@ typedef float Real;
 #define ai4(i,j,k,m,d1,d2,d3,d4)\
        m*d1*d2*d3 + k*d1*d2 + j*d1 + i
 
-// Array5 Index ; TODO? ...
-#define ai5(i,j,k,m,n,d1,d2,d3,d4,d5)\
-       n*d1*d2*d3*d4 + m*d1*d2*d3 + k*d1*d2 + j*d1 + i
-
 /*************************
  * Array copy & "zeroing"
  ************************/