#include <config.h>
#include <util/data_types.h>
#include <util/vector.h>
#include <util/wilson.h>
#include <util/error.h>
#include <comms/scu.h>
Go to the source code of this file.
Namespaces | |
| namespace | cps |
Defines | |
| #define | CHI(r, c, s) *(chi_p +(r+2*(c+3*s))) |
| #define | AB0(r, c, s) *(ab0 + ab0_ptr_b +(r+2*(c+3*s))) |
| #define | AB1(r, c, s) *(ab1 + ab1_ptr_b +(r+2*(c+3*s))) |
| #define | AB2(r, c, s) *(ab2 + ab2_ptr_b +(r+2*(c+3*s))) |
| #define | AB3(r, c, s) *(ab3 + ab3_ptr_b +(r+2*(c+3*s))) |
Definition in file wfm_trick.C.
|
|
Definition at line 39 of file wfm_trick.C. |
|
|
Definition at line 40 of file wfm_trick.C. |
|
|
Definition at line 41 of file wfm_trick.C. |
|
|
Definition at line 42 of file wfm_trick.C. |
|
|
Definition at line 38 of file wfm_trick.C. |
1.3.9.1