mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 07:17: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
|
||||
{
|
||||
S_diag = 0,
|
||||
E_diag = 1
|
||||
E_diag = 1,
|
||||
n_eye_diag = 2
|
||||
};
|
||||
|
||||
// Saucer and Eye subdiagram contractions.
|
||||
|
Reference in New Issue
Block a user