From 787a16c8531d863a3ab83b7f9d689211f47d292a Mon Sep 17 00:00:00 2001 From: Myles Busig Date: Tue, 18 Feb 2025 02:32:24 -0800 Subject: [PATCH] Fix inconsistent point/marker naming --- include/fractal.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fractal.hpp b/include/fractal.hpp index 798db5a..3de50bd 100644 --- a/include/fractal.hpp +++ b/include/fractal.hpp @@ -80,7 +80,7 @@ struct branch_rule_basic_t { struct branch_rule_marking_t { token_id_t m_match; - uint32_t m_point_id; + uint32_t m_marker_id; }; } // namespace fractal