Skip to content

Commit

Permalink
Small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Aug 3, 2023
1 parent 7c0ed0e commit e76ae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adaptivity/AdaptedTriangulations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function change_domain_o2n(

if (num_cells(old_trian) != 0)
# If mixed refinement/coarsening, then f_c2f is a Table
f_old_data = Gridap.CellData.get_data(f_old)
f_old_data = CellData.get_data(f_old)
f_c2f = c2f_reindex(f_old_data,glue)
new_rrules = get_new_cell_refinement_rules(glue)
field_array = lazy_map(OldToNewField, f_c2f, new_rrules, glue.n2o_cell_to_child_id)
Expand Down

0 comments on commit e76ae7b

Please sign in to comment.