Skip to content

Commit be8a426

Browse files
authored
Add missing namespace specifier in global_definitions (#308)
1 parent 223bce7 commit be8a426

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

include/Definitions/global_definitions.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
/* GMGPolar - Enumeration Definitions */
55
/* ---------------------------------- */
66

7+
namespace gmgpolar
8+
{
9+
710
enum class StencilDistributionMethod
811
{
912
TAKE = 0,
@@ -108,3 +111,5 @@ enum class BetaCoeff
108111
#define LIKWID_STOP(marker)
109112
#define LIKWID_CLOSE()
110113
#endif
114+
115+
} // namespace gmgpolar

0 commit comments

Comments
 (0)