Skip to content

Commit

Permalink
Defer RR calc to later.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjarrett committed Jul 29, 2024
1 parent 32b22fc commit 48833a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/converters/uniformMesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ def _mapStateFromReactorToOther(
aDest,
self.paramMapper,
mapNumberDensities,
calcReactionRates=self.calcReactionRates,
calcReactionRates=False,
)

if self.calcReactionRates:
Expand Down

0 comments on commit 48833a0

Please sign in to comment.