Skip to content

Commit

Permalink
reverted changes to build_xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sreegudala committed Jul 19, 2023
1 parent 4050480 commit 01523f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pincell/build_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
lower_left = (-pitch/2, -pitch/2, -1)
upper_right = (pitch/2, pitch/2, 1)
uniform_dist = openmc.stats.Box(lower_left, upper_right, only_fissionable=True)
settings.source = openmc.IndependentSource(space=uniform_dist)
settings.source = openmc.source.Source(space=uniform_dist)

# For source convergence checks, add a mesh that can be used to calculate the
# Shannon entropy
Expand Down

0 comments on commit 01523f0

Please sign in to comment.