Skip to content

Commit

Permalink
Update scripts/r2s.py
Browse files Browse the repository at this point in the history
missed this name change in prior commit

Co-Authored-By: gonuke <[email protected]>
  • Loading branch information
zxkjack123 and gonuke committed Feb 15, 2019
1 parent 279176e commit b63653c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/r2s.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def step1():

# create the cell_fracs array before irradiation_steup
if flux_mesh.structured:
cell_fracs = discretize_geom(m, num_rays=num_rays, grid=grid)
cell_fracs = discretize_geom(flux_mesh, num_rays=num_rays, grid=grid)
# tag cell fracs for both default and subvoxel r2s modes
flux_mesh.tag_cell_fracs(cell_fracs)
else:
Expand Down

0 comments on commit b63653c

Please sign in to comment.