Fix inconsistent point/marker naming

This commit is contained in:
Madeline Busig 2025-02-18 02:32:24 -08:00
parent 7def6da765
commit fc3fda4e97

View File

@ -80,7 +80,7 @@ struct branch_rule_basic_t {
struct branch_rule_marking_t { struct branch_rule_marking_t {
token_id_t m_match; token_id_t m_match;
uint32_t m_point_id; uint32_t m_marker_id;
}; };
} // namespace fractal } // namespace fractal