X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=src%2Fsources%2Futils.h;h=f6d122f066b2010fbdbdf604fef6fedb42dfe277;hb=46a2e676b2d85eef5a1811a6e623b65327fc451d;hp=b33c69e79490ce29abb82ed4141cd982ece46b75;hpb=9ff729fb6afff5bed327fa8619138fd3b6f6f13b;p=valse.git diff --git a/src/sources/utils.h b/src/sources/utils.h index b33c69e..f6d122f 100644 --- a/src/sources/utils.h +++ b/src/sources/utils.h @@ -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" ************************/