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

pragma once ifdef guard

This commit is contained in:
Peter Boyle 2019-06-03 14:50:26 +01:00
parent 82ecd520c7
commit 5622faf226

View File

@ -28,8 +28,7 @@ Author: Vera Guelpers <V.M.Guelpers@soton.ac.uk>
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 */ /* END LEGAL */
#ifndef GRID_QCD_FERMION_OPERATOR_H #pragma once
#define GRID_QCD_FERMION_OPERATOR_H
NAMESPACE_BEGIN(Grid); NAMESPACE_BEGIN(Grid);
@ -172,4 +171,3 @@ public:
NAMESPACE_END(Grid); NAMESPACE_END(Grid);
#endif