Skip to content

Commit

Permalink
fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Aug 31, 2020
1 parent 10ea4ee commit e8a4c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ julia> using Trixi2Vtk
```
To process an HDF5 file generated by Trixi.jl, execute
```julia
Trixi2Img.convert(joinpath("out", "solution_000000.h5"))
Trixi2Vtk.convert(joinpath("out", "solution_000000.h5"))
```
This will create two unstructured VTK files that an be opened with ParaView:
`solution_000000.vtu` contains the discontinuous Galerkin solution data while
Expand Down

0 comments on commit e8a4c8b

Please sign in to comment.