Skip to content

Commit

Permalink
Set OpenMCOperator materials to the model materials when diff_burnabl…
Browse files Browse the repository at this point in the history
…e_mats = True (openmc-dev#2877)
  • Loading branch information
Kladdy authored Jun 13, 2024
1 parent 3e16c03 commit b1b8a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openmc/deplete/openmc_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def __init__(

if diff_burnable_mats:
self._differentiate_burnable_mats()
self.materials = self.model.materials

# Determine which nuclides have cross section data
# This nuclides variables contains every nuclides
Expand Down

0 comments on commit b1b8a4c

Please sign in to comment.