LALSimulation  5.4.0.1-fe68b98
LALSimIMRSpinEOBAuxFuncsPrec.c
Go to the documentation of this file.
1 #ifndef _LALSIMIMREOBSPINPRECAUXFUNCS_C
2 #define _LALSIMIMREOBSPINPRECAUXFUNCS_C
3 
4 #define KRONECKER_DELTA(i,j) ((REAL8)((i)==(j)))
5 
6 /* Calculate the kronecker delta */
7 //static REAL8
8 //XLALKronecker(const INT4 i, const INT4 j)
9 //{
10 // REAL8 d = ((i == j) ? 1. : 0.);
11 // return d;
12 //}
13 
14 #endif /* _LALSIMIMREOBSPINPRECAUXFUNCS_C */