From aaabfdc797ba5bc2a7432c94998ac74fdbc8af44 Mon Sep 17 00:00:00 2001 From: Nicholas Horelik Date: Thu, 18 Apr 2013 22:23:55 -0300 Subject: [PATCH] Updated 3D example in tally plotting usersguide --- docs/source/usersguide/processing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usersguide/processing.rst b/docs/source/usersguide/processing.rst index 505ef8e46..3f9051d36 100644 --- a/docs/source/usersguide/processing.rst +++ b/docs/source/usersguide/processing.rst @@ -287,7 +287,7 @@ SILO file can be created with: import silomesh as sm sm.init_silo("fluxtally.silo") - sm.init_mesh('tally_mesh',*mesh.dimension, *mesh.lower_left, *mesh.width) + sm.init_mesh('tally_mesh',*mesh.dimension, *mesh.lower_left, *mesh.upper_right) sm.init_var('flux_tally_thermal') for x in range(1,nx+1): for y in range(1,ny+1):