mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 06:47:06 +01:00
Added missing allocation of Weak Hamiltonian result vector
This commit is contained in:
@ -41,7 +41,8 @@ BEGIN_MODULE_NAMESPACE(MContraction)
|
||||
enum
|
||||
{
|
||||
W_diag = 0,
|
||||
C_diag = 1
|
||||
C_diag = 1,
|
||||
n_noneye_diag = 2
|
||||
};
|
||||
|
||||
// Wing and Connected subdiagram contractions
|
||||
|
Reference in New Issue
Block a user