From 5622faf2262a74189041d2d44ca5c50c23fdec20 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Mon, 3 Jun 2019 14:50:26 +0100 Subject: [PATCH] pragma once ifdef guard --- Grid/qcd/action/fermion/FermionOperator.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Grid/qcd/action/fermion/FermionOperator.h b/Grid/qcd/action/fermion/FermionOperator.h index 7c64ea35..ac311d88 100644 --- a/Grid/qcd/action/fermion/FermionOperator.h +++ b/Grid/qcd/action/fermion/FermionOperator.h @@ -28,8 +28,7 @@ Author: Vera Guelpers See the full license in the file "LICENSE" in the top level distribution directory *************************************************************************************/ /* END LEGAL */ -#ifndef GRID_QCD_FERMION_OPERATOR_H -#define GRID_QCD_FERMION_OPERATOR_H +#pragma once NAMESPACE_BEGIN(Grid); @@ -172,4 +171,3 @@ public: NAMESPACE_END(Grid); -#endif