Updated 3D example in tally plotting usersguide

This commit is contained in:
Nicholas Horelik 2013-04-18 22:23:55 -03:00
parent a7af1bdeb9
commit aaabfdc797

View file

@ -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):