From 96363240694ac597ac28774fa2c3c8b242eb7acf Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 5 Jun 2019 00:08:54 +0100 Subject: [PATCH] GPU happy code --- Grid/qcd/action/fermion/ZMobiusFermion.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Grid/qcd/action/fermion/ZMobiusFermion.h b/Grid/qcd/action/fermion/ZMobiusFermion.h index bdea3271..fc8a7439 100644 --- a/Grid/qcd/action/fermion/ZMobiusFermion.h +++ b/Grid/qcd/action/fermion/ZMobiusFermion.h @@ -26,8 +26,7 @@ Author: Peter Boyle See the full license in the file "LICENSE" in the top level distribution directory *************************************************************************************/ /* END LEGAL */ -#ifndef GRID_QCD_ZMOBIUS_FERMION_H -#define GRID_QCD_ZMOBIUS_FERMION_H +#pragma once #include @@ -48,7 +47,7 @@ public: GridCartesian &FourDimGrid, GridRedBlackCartesian &FourDimRedBlackGrid, RealD _mass,RealD _M5, - Vector &gamma, RealD b,RealD c,const ImplParams &p= ImplParams()) : + std::vector &gamma, RealD b,RealD c,const ImplParams &p= ImplParams()) : CayleyFermion5D(_Umu, FiveDimGrid, @@ -72,4 +71,3 @@ public: NAMESPACE_END(Grid); -#endif