mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
Possible trash commit
This commit is contained in:
@ -102,7 +102,6 @@ class A2AModesSchurDiagTwo
|
||||
|
||||
void low_mode_v(Matrix &action, const Field &evec, const RealD &eval, Field &vout_5d, Field &vout_4d)
|
||||
{
|
||||
|
||||
GridBase *grid = action.RedBlackGrid();
|
||||
Field src_o(grid);
|
||||
Field sol_e(grid);
|
||||
|
@ -39,7 +39,8 @@ class TMesonFieldGamma : public Module<MesonFieldPar>
|
||||
public:
|
||||
GRID_SERIALIZABLE_CLASS_MEMBERS(Result,
|
||||
Gamma::Algebra, gamma,
|
||||
std::vector<std::vector<std::vector<ComplexD>>>, MesonField);
|
||||
std::vector<std::vector<std::vector<ComplexD>>>, MesonField,
|
||||
ComplexD, last);
|
||||
};
|
||||
|
||||
public:
|
||||
@ -178,7 +179,7 @@ void TMesonFieldGamma<FImpl>::execute(void)
|
||||
LOG(Message) << "MF for i = " << i << " of " << N << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
result[0].last = MesonField_ij[7];
|
||||
saveResult(par().output, "meson", result);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user