X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=src%2Fsources%2Futils.h;h=f6d122f066b2010fbdbdf604fef6fedb42dfe277;hb=53fa233d8fbeaf4d51a4874ba69d8472d01d04ba;hp=f8cf59ea61d9a691b94eddfcd5e7b99fe6116760;hpb=c3bc47052f3ccb659659c59a82e9a99ea842398d;p=valse.git 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" ************************/