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

Better include guard

This commit is contained in:
Peter Boyle 2021-05-11 13:45:53 -04:00
parent 060bb59535
commit d7a887baf1

View File

@ -28,8 +28,7 @@ directory
*************************************************************************************/ *************************************************************************************/
/* END LEGAL */ /* END LEGAL */
//-------------------------------------------------------------------- //--------------------------------------------------------------------
#ifndef MOMENTUM_FILTER #pragma once
#define MOMENTUM_FILTER
NAMESPACE_BEGIN(Grid); NAMESPACE_BEGIN(Grid);
@ -90,5 +89,3 @@ struct MomentumFilterApplyPhase: public MomentumFilterBase<MomentaField>{
NAMESPACE_END(Grid); NAMESPACE_END(Grid);
#endif