mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Removed final few lines of superfluous code/comments
This commit is contained in:
parent
e201b898ed
commit
56f2a0b2e6
1 changed files with 0 additions and 6 deletions
|
|
@ -16,15 +16,9 @@ class MGXSTestHarness(PyAPITestHarness):
|
|||
# Set the input set to use the pincell model
|
||||
self._input_set = PinCellInputSet()
|
||||
|
||||
# The openmc.mgxs module needs a summary.h5 file
|
||||
self._input_set.settings.output = {'summary': True}
|
||||
|
||||
# Generate inputs using parent class routine
|
||||
super(MGXSTestHarness, self)._build_inputs()
|
||||
|
||||
# Rewrite file
|
||||
# self._input_set.settings.export_to_xml()
|
||||
|
||||
# Initialize a two-group structure
|
||||
energy_groups = openmc.mgxs.EnergyGroups(group_edges=[0, 0.625e-6,
|
||||
20.])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue