X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=src%2Fsources%2Futils.h;h=f6d122f066b2010fbdbdf604fef6fedb42dfe277;hp=f8cf59ea61d9a691b94eddfcd5e7b99fe6116760;hb=46a2e676b2d85eef5a1811a6e623b65327fc451d;hpb=ef67d338c7f28ba041abe40ca9a8ab69f8365a90 diff --git a/src/sources/utils.h b/src/sources/utils.h index f8cf59e..f6d122f 100644 --- a/src/sources/utils.h +++ b/src/sources/utils.h @@ -37,10 +37,6 @@ typedef double 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" ************************/