mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Run fewer particles for test_track_output.
This commit is contained in:
parent
727451319d
commit
b9bd67d2cd
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@
|
|||
|
||||
<!-- Parameters for criticality calculation -->
|
||||
<eigenvalue>
|
||||
<batches>8</batches>
|
||||
<inactive>1</inactive>
|
||||
<particles>1000</particles>
|
||||
<batches>2</batches>
|
||||
<inactive>0</inactive>
|
||||
<particles>100</particles>
|
||||
</eigenvalue>
|
||||
|
||||
<!-- How verbose output should be -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue