mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Updated .gitignore as well as tallies for basic example input model.
This commit is contained in:
parent
556fd03923
commit
b8d8373c8d
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
*.o
|
||||
*.mod
|
||||
*.log
|
||||
*.out
|
||||
src/openmc
|
||||
|
||||
# emacs backups
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
<tally id="1">
|
||||
<!-- this is where you specify filters -->
|
||||
<filters>
|
||||
<cell>1</cell>
|
||||
<energy>0.0 0.625 20.0e6</energy>
|
||||
<cell>100</cell>
|
||||
<energy>0.0 0.625 5.0 20.0</energy>
|
||||
</filters>
|
||||
|
||||
<!-- which reactions to score -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue