mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Recognize LCT=4 for reference frame convention
This commit is contained in:
parent
92ef212130
commit
6615857def
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def _get_products(ev, mt):
|
|||
# Read HEAD record
|
||||
items = get_head_record(file_obj)
|
||||
reference_frame = {1: 'laboratory', 2: 'center-of-mass',
|
||||
3: 'light-heavy'}[items[3]]
|
||||
3: 'light-heavy', 4: 'breakup'}[items[3]]
|
||||
n_products = items[4]
|
||||
|
||||
products = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue