1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-25 09:52:03 +05:00

consistent header guards

This commit is contained in:
Christopher Lackner 2018-12-13 11:10:12 +01:00
parent c48663d708
commit d59b30025b

@ -1,5 +1,5 @@
#ifndef NETGEN_LIBSRC_CORE_TYPE_TRAITS_HPP
#define NETGEN_LIBSRC_CORE_TYPE_TRAITS_HPP
#ifndef NETGEN_CORE_TYPE_TRAITS_HPP
#define NETGEN_CORE_TYPE_TRAITS_HPP
#include <type_traits>
@ -14,4 +14,4 @@ namespace ngcore
} // namespace detail
} // namespace ngcore
#endif // NETGEN_LIBSRC_CORE_TYPE_TRAITS_HPP
#endif // NETGEN_CORE_TYPE_TRAITS_HPP