Skip to content

Commit

Permalink
Adapt function call to new interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasdreyer committed Sep 13, 2024
1 parent 37b835c commit 2a7903f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t8_cmesh/t8_cmesh_commit.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ t8_cmesh_add_attributes (const t8_cmesh_t cmesh, sc_hash_t *ghost_ids)
ghosts_inserted++;
}
/* attribute is on a ghost tree */
t8_cmesh_trees_add_ghost_attribute (cmesh->trees, 0, attribute, (*facejoin_pp)->local_id, ghosts_inserted,
t8_cmesh_trees_add_ghost_attribute (cmesh->trees, attribute, (*facejoin_pp)->local_id, ghosts_inserted,
(*facejoin_pp)->attr_id);
(*facejoin_pp)->attr_id++;
}
Expand Down

0 comments on commit 2a7903f

Please sign in to comment.