Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Jul 8, 2024
1 parent aaa971a commit d281686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adaptivity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ function Adaptivity.refine(
clabels = get_face_labeling(cmodel)
ctopo = get_grid_topology(cmodel)
ftopo = get_grid_topology(fmodel)
flabels = Adaptivity._refine_face_labeling(clabels,glue,ctopo,ftopo)
flabels = Adaptivity.refine_face_labeling(clabels,glue,ctopo,ftopo)

_fmodel = CartesianDiscreteModel(get_grid(fmodel),ftopo,flabels)
return AdaptedDiscreteModel(_fmodel,cmodel,glue)
Expand Down

0 comments on commit d281686

Please sign in to comment.