mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Updated example pincell_multigroup problem to use h5 library
This commit is contained in:
parent
255aba1fc0
commit
e8c8fb7aa8
3 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -51,6 +51,7 @@ tests/ctestscript.run
|
|||
# HDF5 files
|
||||
*.h5
|
||||
!tests/1d_mgxs.h5
|
||||
!examples/xml/pincell_multigroup/mgxs.h5
|
||||
|
||||
# Build files
|
||||
src/CMakeCache.txt
|
||||
|
|
|
|||
BIN
examples/xml/pincell_multigroup/mgxs.h5
Normal file
BIN
examples/xml/pincell_multigroup/mgxs.h5
Normal file
Binary file not shown.
|
|
@ -34,6 +34,6 @@
|
|||
|
||||
<survival_biasing>false</survival_biasing>
|
||||
|
||||
<cross_sections>./mg_cross_sections.h5</cross_sections>
|
||||
<cross_sections>./mgxs.h5</cross_sections>
|
||||
|
||||
</settings>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue