anowacki / Seis.jl

An open, fast and flexible framework for analysing seismic data in Julia
22 stars 4 forks source link

Fix bug in `write_mseed` example in docs #27

Closed anowacki closed 1 year ago

anowacki commented 2 years ago

The call to write_mseed is wrong in the writing section of the docs. The correct method is write_mseed(io, ::Union{Trace,AbstractArray{<:Trace}}).