Skip to content

Commit

Permalink
fixes global nubmering
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Sep 13, 2022
1 parent 0c79722 commit 6e12590
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ref_subdiv.c
Expand Up @@ -2608,5 +2608,8 @@ REF_FCN REF_STATUS ref_subdiv_to_hex(REF_GRID ref_grid) {
ref_grid_edg(ref_grid) = edg_cell;
ref_free(edge_node);
RSS(ref_edge_free(ref_edge), "free edge");

RSS(ref_node_synchronize_globals(ref_node), "sync globals");

return REF_SUCCESS;
}

0 comments on commit 6e12590

Please sign in to comment.