Skip to content

Commit 27e9e92

Browse files
committed
filter out unix pathname for doctest
1 parent 1f8fae2 commit 27e9e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ out = Output(prob, filename, (:uh, get_uh), (:E, energy))
113113
114114
Output
115115
├──── prob: FourierFlows.Problem{DataType, Vector{ComplexF64}, Float64, Vector{Float64}}
116-
├──── path: ./simpasdflestpde.jld2
116+
├──── path: ./simplestpde.jld2
117117
└── fields: Dict{Symbol, Function}(:uh => get_uh, :E => energy)
118118
```
119119

0 commit comments

Comments
 (0)