1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 11:15:55 +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
*************************************************************************************/
/* 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