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