commit 8c0cc0dd6cc9b4d811cf7a49e36da689491df18f
parent 1b63ffe54edd80219c3277d2fbe55347324284d3
Author: Anders Damsgaard <andersd@riseup.net>
Date: Mon, 19 Feb 2018 20:00:41 -0500
Fix typo when plotting grain forces
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/io.jl b/src/io.jl
@@ -1394,7 +1394,7 @@ function plotGrains(sim::Simulation;
if length(i1) > 0
max_tensile_stress = maximum(abs.(tensile_stress))
- max_line_with = 5.
+ max_line_width = 5.
if plot_interactions
write(f, "set cbrange [-$max_tensile_stress:$max_tensile_stress]\n")
for i=1:length(i1)