neutronics-workshop icon indicating copy to clipboard operation
neutronics-workshop copied to clipboard

remove unnecessary particles setting

Open shimwell opened this issue 2 years ago • 0 comments

I noticed this code in some examples and it is not necessary, openmc.settings() doesn't actualy have a .particles attribute so this code doesn't do anything.

sett.particle = "neutron"

It could go into the openmc.Source() which has a .particle attribute

shimwell avatar Feb 02 '22 12:02 shimwell