Skip to content

Commit

Permalink
Update src/meshes/mesh_io.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Doehring <[email protected]>
  • Loading branch information
SimonCan and DanielDoehring authored Mar 18, 2024
1 parent 48716e3 commit e34e01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshes/mesh_io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ end
# Does not save the mesh itself to an HDF5 file. Instead saves important attributes
# of the mesh, like its size and the type of boundary mapping function.
# Then, within Trixi2Vtk, the StructuredMesh and its node coordinates are reconstructured from
# these attributes for plotting purposes
# these attributes for plotting purposes.
function save_mesh_file(mesh::StructuredMeshView, output_directory; system = "",
timestep = 0)
# Create output directory (if it does not exist)
Expand Down

0 comments on commit e34e01d

Please sign in to comment.