Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log | Files | Refs | README | LICENSE

commit 792436c6aa59c8b3e530d570d02517f3d782da23
parent a48448c33e150c60f6050172db30191e3b455c84
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Wed,  1 Nov 2017 14:01:54 -0400

add docstring on `reverse` arguemnt

Diffstat:
Msrc/io.jl | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/io.jl b/src/io.jl @@ -921,6 +921,8 @@ from the shell using the supplied `pvpython` argument. script uses the pvpython in the system PATH. * `images::Bool`: render images to disk (default: true) * `animation::Bool`: render animation to disk (default: false) +* `reverse::Bool`: if `images=true` additionally render reverse-animated gif + (default: false) """ function render(simulation::Simulation; pvpython::String="pvpython", images::Bool=true,