Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Nov 10, 2023
1 parent 193be48 commit 8da6f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ end
dg = DGMulti(polydeg = 1, element_type = Line(), approximation_type = Polynomial(),
surface_integral = SurfaceIntegralWeakForm(flux_central),
volume_integral = VolumeIntegralFluxDifferencing(flux_central))
cells_per_dimension = (1,)
cells_per_dimension = (1,)
mesh = DGMultiMesh(dg, cells_per_dimension, periodicity = false)

@test mesh.boundary_faces[:entire_boundary] == [1, 2]
Expand Down

0 comments on commit 8da6f76

Please sign in to comment.