HARM
harm and utilities
 All Data Structures Files Functions Variables Typedefs Macros Pages
global.loops.manypoints1d.h
Go to the documentation of this file.
1 
10 #define NUMGRAVPOS (ncpux1*N1+N1BND*2+1)
11 #define GRAVLOOP(ii) for(ii=-N1BND;ii<ncpux1*N1+N1BND+1;ii++)
12 #define GRAVLOOPACTIVE(ii) for(ii=0;ii<ncpux1*N1;ii++)
13 #define DUMPGRAVLOOP(ii) GRAVLOOPACTIVE(ii) // normal
14 //#define DUMPGRAVLOOP(ii) GRAVLOOP(ii) // abnormal, debugging stuff in SM