1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

use pragma once

This commit is contained in:
Peter Boyle 2019-06-15 12:45:22 +01:00
parent b77af0210b
commit 49f90cc7eb

View File

@ -27,8 +27,7 @@ Author: AzusaYamaguchi <ayamaguc@staffmail.ed.ac.uk>
See the full license in the file "LICENSE" in the top level distribution directory
*************************************************************************************/
/* END LEGAL */
#ifndef GRID_QCD_IMPROVED_STAGGERED_FERMION_5D_H
#define GRID_QCD_IMPROVED_STAGGERED_FERMION_5D_H
#pragma once
NAMESPACE_BEGIN(Grid);
@ -230,4 +229,3 @@ public:
NAMESPACE_END(Grid);
#endif