URI:
       tupdate the simulation status at the end of the time loop - Granular.jl - Julia package for granular dynamics simulation
  HTML git clone git://src.adamsgaard.dk/Granular.jl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 75a33e825a40f7c8727dd833b14b2a305b5eabe3
   DIR parent b25f7f1ce64a13b748b43cac125f92d9130c0b98
  HTML Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Thu, 22 Jun 2017 19:57:41 -0400
       
       update the simulation status at the end of the time loop
       
       Diffstat:
         M src/simulation.jl                   |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/src/simulation.jl b/src/simulation.jl
       t@@ -182,6 +182,7 @@ function run!(simulation::Simulation;
                    println()
                end
                writeParaviewStateFile(simulation, verbose=show_file_output)
       +        writeSimulationStatus(simulation, verbose=show_file_output)
            end
        
            if verbose