jonniedie / SimulationLogs.jl

Signal logging and scoping for DifferentialEquations.jl simulations.
MIT License
22 stars 2 forks source link

Multiple variables per `@log` declaration #12

Closed jonniedie closed 3 years ago

jonniedie commented 3 years ago

It would be cool if

@log L, M, N = moments

produced logged variables L, M, N.