Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Markert committed Nov 15, 2024
1 parent 40d84a6 commit 42a78e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert.jl
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function trixi2vtk(filename::AbstractString...;

# Finalize `mesh` object to free up memory early on. This is especially
# necessary for `T8codeMesh` objects. See https://github.com/DLR-AMR/t8code/issues/1295
# for more details. Will be fixed in the future. Then this like can be removed.
# for more details. Will be fixed in the future. Then this line can be removed.
finalize(mesh)

# Save VTK file
Expand Down

0 comments on commit 42a78e8

Please sign in to comment.