From 1e7b5d00caf5fbbf9da5d40362e8eaf84e49d4c7 Mon Sep 17 00:00:00 2001
From: Nicholas Horelik
Date: Thu, 18 Apr 2013 22:24:28 -0300
Subject: [PATCH] Update processing.html
---
usersguide/processing.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usersguide/processing.html b/usersguide/processing.html
index cadd2a23cb..2aa84bb42b 100644
--- a/usersguide/processing.html
+++ b/usersguide/processing.html
@@ -309,7 +309,7 @@ data has been extracted as was done in the 2D plotting example script above, a
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):