From 74af31564faece34af71aae40a8554f6047530b0 Mon Sep 17 00:00:00 2001 From: Daniel Richtmann Date: Mon, 6 Nov 2017 14:06:45 +0100 Subject: [PATCH] Adapt style of wilson GMRES test to style of wilson MR test --- tests/solver/Test_wilson_gmres_unprec.cc | 51 +++++++++--------------- 1 file changed, 19 insertions(+), 32 deletions(-) diff --git a/tests/solver/Test_wilson_gmres_unprec.cc b/tests/solver/Test_wilson_gmres_unprec.cc index f371278c..c3c27f9e 100644 --- a/tests/solver/Test_wilson_gmres_unprec.cc +++ b/tests/solver/Test_wilson_gmres_unprec.cc @@ -1,49 +1,36 @@ /************************************************************************************* - Grid physics library, www.github.com/paboyle/Grid +Grid physics library, www.github.com/paboyle/Grid - Source file: ./tests/Test_wilson_cg_unprec.cc +Source file: ./tests/solver/Test_wilson_gmres_unprec.cc - Copyright (C) 2015 +Copyright (C) 2015 -Author: Azusa Yamaguchi -Author: Peter Boyle +Author: Daniel Richtmann - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - See the full license in the file "LICENSE" in the top level distribution directory +See the full license in the file "LICENSE" in the top level distribution +directory *************************************************************************************/ /* END LEGAL */ #include -using namespace std; using namespace Grid; using namespace Grid::QCD; -template -struct scal { - d internal; -}; - - Gamma::Algebra Gmu [] = { - Gamma::Algebra::GammaX, - Gamma::Algebra::GammaY, - Gamma::Algebra::GammaZ, - Gamma::Algebra::GammaT - }; - int main (int argc, char ** argv) { Grid_init(&argc,&argv); @@ -65,8 +52,8 @@ int main (int argc, char ** argv) double volume=1; for(int mu=0;mu