mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Apply @paulromano suggestions
This commit is contained in:
parent
64b7889cec
commit
fc3d94b781
2 changed files with 3 additions and 3 deletions
|
|
@ -127,7 +127,7 @@ acer / %%%%%%%%%%%%%%%%%%%%%%%% Write out in ACE format %%%%%%%%%%%%%%%%%%%%%%%%
|
|||
1 0 1 .{ext} /
|
||||
'{library}: {zsymam} at {temperature}'/
|
||||
{mat} {temperature}
|
||||
1 1 {ismoothing}/
|
||||
1 1 {ismooth}/
|
||||
/
|
||||
"""
|
||||
|
||||
|
|
@ -383,7 +383,7 @@ def make_ace(filename, temperatures=None, acer=True, xsdir=None,
|
|||
|
||||
# acer
|
||||
if acer:
|
||||
ismoothing = int(smoothing)
|
||||
ismooth = int(smoothing)
|
||||
nacer_in = nlast
|
||||
for i, temperature in enumerate(temperatures):
|
||||
# Extend input with an ACER run for each temperature
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ def _get_products(ev, mt):
|
|||
|
||||
Raises
|
||||
------
|
||||
IOError:
|
||||
IOError
|
||||
When the Kalbach-Mann systematics is used, but the product
|
||||
is not defined in the 'center-of-mass' system. The breakup logic
|
||||
is not implemented which can lead to this error being raised while
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue