Rename DepletionChain -> Chain

This commit is contained in:
Paul Romano 2018-02-14 10:45:39 -06:00
parent 43147b70eb
commit 1ee27edc8c
15 changed files with 44 additions and 127 deletions

View file

@ -52,7 +52,7 @@ def main():
nfy_files = glob.glob(os.path.join('nfy', '*.endf'))
neutron_files = glob.glob(os.path.join('neutrons', '*.endf'))
chain = openmc.deplete.DepletionChain.from_endf(decay_files, nfy_files, neutron_files)
chain = openmc.deplete.Chain.from_endf(decay_files, nfy_files, neutron_files)
chain.export_to_xml('chain_endfb71.xml')