1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Reformatting files

This commit is contained in:
Guido Cossu 2017-01-27 11:54:44 +00:00
parent 5c779a789b
commit 6929a84c70
2 changed files with 2 additions and 4 deletions

View File

@ -81,6 +81,8 @@ static Registrar< ConjugateGradientModule<QCD::WilsonFermionR::FermionField>,
static Registrar< ConjugateResidualModule<QCD::WilsonFermionR::FermionField>, static Registrar< ConjugateResidualModule<QCD::WilsonFermionR::FermionField>,
HMC_SolverModuleFactory<solver_string, QCD::WilsonFermionR::FermionField, Serialiser> > __CRWFmodXMLInit("ConjugateResidual"); HMC_SolverModuleFactory<solver_string, QCD::WilsonFermionR::FermionField, Serialiser> > __CRWFmodXMLInit("ConjugateResidual");
// add the staggered, scalar versions here
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Fermion operators // Fermion operators

View File

@ -35,10 +35,6 @@ namespace Grid {
// Operator Functions (Solvers) // Operator Functions (Solvers)
////////////////////////////////////////////// //////////////////////////////////////////////
template <template <typename> class SolverType, class Field, class SPar> template <template <typename> class SolverType, class Field, class SPar>
class SolverModule class SolverModule
: public Parametrized<SPar>, : public Parametrized<SPar>,