1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-04 05:14:40 +00:00

Hadrons: big module reorganisation

This commit is contained in:
2016-12-05 13:53:31 +09:00
parent 0b4f680d28
commit dd6fb140c5
30 changed files with 514 additions and 363 deletions

View File

@@ -54,7 +54,7 @@ BEGIN_HADRONS_NAMESPACE
typedef FermionOperator<FIMPL> FMat;
typedef FIMPL::FermionField FermionField;
typedef FIMPL::PropagatorField PropagatorField;
typedef std::function<void(FermionField &, const FermionField &)> Solver;
typedef std::function<void(FermionField &, const FermionField &)> SolverFn;
// logger
class HadronsLogger: public Logger