JuliaRheology / RHEOS.jl

RHEOS - Open Source Rheology data analysis software
MIT License
39 stars 9 forks source link

Timeline function should accept AbstractRange parameters #82

Closed akabla closed 4 years ago

akabla commented 4 years ago

desired syntax: d = timeline(0:0.1:10)

This may be used in addition to, or instead of, the three keyword parameters t_start, t_end, and step.