aboutsummaryrefslogtreecommitdiffstats
path: root/include/chilbert/detail/gray_code_rank.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/chilbert/detail/gray_code_rank.hpp')
-rw-r--r--include/chilbert/detail/gray_code_rank.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/chilbert/detail/gray_code_rank.hpp b/include/chilbert/detail/gray_code_rank.hpp
index 03c1169..b6811ff 100644
--- a/include/chilbert/detail/gray_code_rank.hpp
+++ b/include/chilbert/detail/gray_code_rank.hpp
@@ -16,8 +16,8 @@
this program. If not, see <https://www.gnu.org/licenses/>.
*/
-#ifndef CHILBERT_GRAYCODERANK_HPP
-#define CHILBERT_GRAYCODERANK_HPP
+#ifndef CHILBERT_DETAIL_GRAY_CODE_RANK_HPP
+#define CHILBERT_DETAIL_GRAY_CODE_RANK_HPP
#include <cassert>
#include <cstddef>