henry2004y / Batsrus.jl

BATSRUS/SWMF Data Processor
https://henry2004y.github.io/Batsrus.jl/dev/
MIT License
5 stars 2 forks source link

Reading multiple files #13

Closed henry2004y closed 3 years ago

henry2004y commented 3 years ago

So far there is no single use case where I need to read multiple files together. If you want to do so, just feed readdata with one string of filename at a time. By eliminating the support for multiple files, the function's internal structure is greatly simplified.