mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 06:00:33 +05:00
consistent header guards
This commit is contained in:
parent
c48663d708
commit
d59b30025b
@ -1,5 +1,5 @@
|
|||||||
#ifndef NETGEN_LIBSRC_CORE_TYPE_TRAITS_HPP
|
#ifndef NETGEN_CORE_TYPE_TRAITS_HPP
|
||||||
#define NETGEN_LIBSRC_CORE_TYPE_TRAITS_HPP
|
#define NETGEN_CORE_TYPE_TRAITS_HPP
|
||||||
|
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
@ -14,4 +14,4 @@ namespace ngcore
|
|||||||
} // namespace detail
|
} // namespace detail
|
||||||
} // namespace ngcore
|
} // namespace ngcore
|
||||||
|
|
||||||
#endif // NETGEN_LIBSRC_CORE_TYPE_TRAITS_HPP
|
#endif // NETGEN_CORE_TYPE_TRAITS_HPP
|
||||||
|
Loading…
Reference in New Issue
Block a user