Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Jan 5, 2024
1 parent db6fb46 commit 244f75f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/meshes/p4est_mesh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -372,12 +372,12 @@ function P4estMesh{NDIMS}(meshfile::String;
else
# Mesh curvature is handled directly by applying the mapping keyword argument
p4est, tree_node_coordinates, nodes, boundary_names = p4est_mesh_from_standard_abaqus(meshfile,
mapping,
polydeg,
initial_refinement_level,
NDIMS,
RealT,
boundary_symbols)
mapping,
polydeg,
initial_refinement_level,
NDIMS,
RealT,
boundary_symbols)
end

return P4estMesh{NDIMS}(p4est, tree_node_coordinates, nodes,
Expand Down

0 comments on commit 244f75f

Please sign in to comment.