mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
fixed typo in library.py
This commit is contained in:
parent
064ff464af
commit
836a983609
2 changed files with 1 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ class DataLibrary(EqualityMixin):
|
|||
path : str
|
||||
Path to file to write. Defaults to 'cross_sections.xml'.
|
||||
append : bool
|
||||
Whether to append to an existing file, it if exists.
|
||||
Whether to append to an existing file, if it exists.
|
||||
Defaults to False.
|
||||
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -209,7 +209,6 @@ contains
|
|||
this % shells(i) % transition_subshells(:,:) = int(matrix(1:2, :), 4)
|
||||
this % shells(i) % transition_energy(:) = matrix(3, :)
|
||||
this % shells(i) % transition_probability(:) = matrix(4, :)
|
||||
|
||||
deallocate(matrix)
|
||||
end if
|
||||
call close_dataset(dset_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue