Skip to content

Commit

Permalink
corrected path of xs in task 8
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Oct 9, 2024
1 parent d039b92 commit 50e6cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"\n",
"# Run OpenMC!\n",
"model = openmc.Model(my_geometry, mats, sett, tallies)\n",
"openmc.config['cross_sections'] = '/nuclear_data/endfb-viii.0-hdf5/cross_sections.xml'\n",
"openmc.config['cross_sections'] = '/nuclear_data/cross_sections.xml'\n",
"\n",
"sp_filename = model.run()"
]
Expand Down

0 comments on commit 50e6cb6

Please sign in to comment.