Skip to content

Commit

Permalink
Add missing julia> prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Sep 1, 2020
1 parent 6adcce5 commit 07cfb69
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
Trixi2Vtk.convert(joinpath("out", "solution_000000.h5"), output_directory="out")
julia> Trixi2Vtk.convert(joinpath("out", "solution_000000.h5"), output_directory="out")
```
This will create two unstructured VTK files in the `out/` subdirectory that can
be opened with ParaView or VisIt: `solution_000000.vtu` contains the
Expand Down

0 comments on commit 07cfb69

Please sign in to comment.