fixed typo in library.py

This commit is contained in:
samuelshaner 2017-07-05 09:05:23 -04:00
parent 064ff464af
commit 836a983609
2 changed files with 1 additions and 2 deletions

View file

@ -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.
"""

View file

@ -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)