tAdd some trailing white space when reporting active points - Granular.jl - Julia package for granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/Granular.jl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit eb7cdca84697284acd902a7c63846255851291f2
(DIR) parent d21cffc612277d87d5fca1023c6e094fd6dd4626
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 7 May 2018 13:40:49 -0400
Add some trailing white space when reporting active points
Diffstat:
M src/packing.jl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/packing.jl b/src/packing.jl
t@@ -336,7 +336,7 @@ function irregularPacking!(simulation::Simulation;
end
end
if verbose
- print("\rActive points: $(length(active_list))")
+ print("\rActive points: $(length(active_list)) ")
#println(active_list)
end