Skip to content

Commit

Permalink
get_linear_id -> set_linear_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp committed Dec 9, 2024
1 parent 2e42a1c commit bcf4058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ A list of all renamings (without considering the deletion of the prefix) is here
- `t8_element_last_descendant_face` -> `element_get_last_descendant_face`
- `t8_element_boundary_face` -> `element_get_boundary_face`
- `t8_element_face_neighbor_inside` -> `element_get_face_neighbor_inside`
- `t8_element_linear_id` -> `element_get_linear_id`
- `t8_element_linear_id` -> `element_set_linear_id`
- `t8_element_first_descendant` -> `element_get_first_descendant`
- `t8_element_last_descendant` -> `element_get_last_descendant`
- `t8_element_successor` -> `element_construct_successsor`
Expand Down

0 comments on commit bcf4058

Please sign in to comment.