| tchange output message after writing paraview script - Granular.jl - Julia pack… | |
| git clone git://src.adamsgaard.dk/Granular.jl | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 88bb91c4a1fcf1969fc9cd789c0fa2668108eb16 | |
| parent 93392669fc3fd1299b42e38d02ade0976a82f3a6 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Wed, 1 Nov 2017 09:53:29 -0400 | |
| change output message after writing paraview script | |
| Diffstat: | |
| M src/io.jl | 3 ++- | |
| 1 file changed, 2 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/src/io.jl b/src/io.jl | |
| t@@ -903,7 +903,8 @@ FrameWindow=[0, $(simulation.file_number)]) | |
| end | |
| end | |
| if verbose | |
| - info("$(filename) written, execute with `pvpython $(filename)`") | |
| + info("$(filename) written, execute with " * | |
| + "`cd $folder && pvpython $(simulation.id).py`") | |
| end | |
| end | |