mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Make quadric_surfaces test work for glibc 2.27 and 2.28
This commit is contained in:
parent
f97aaf1fa0
commit
cf85aa0761
4 changed files with 5 additions and 4 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<density value="4.5" units="g/cc" />
|
||||
<nuclide name="U238" ao="1.0" />
|
||||
<nuclide name="U235" ao="0.06" />
|
||||
<nuclide name="H1" ao="1.0" />
|
||||
</material>
|
||||
|
||||
</materials>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
k-combined:
|
||||
1.005538E+00 3.374726E-03
|
||||
1.083927E+00 7.465752E-03
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
<settings>
|
||||
|
||||
<run_mode>eigenvalue</run_mode>
|
||||
<batches>10</batches>
|
||||
<inactive>5</inactive>
|
||||
<batches>4</batches>
|
||||
<inactive>0</inactive>
|
||||
<particles>1000</particles>
|
||||
|
||||
<source>
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@ from tests.testing_harness import TestHarness
|
|||
|
||||
|
||||
def test_quadric_surfaces():
|
||||
harness = TestHarness('statepoint.10.h5')
|
||||
harness = TestHarness('statepoint.4.h5')
|
||||
harness.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue