mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
Respond to comments on #850
This commit is contained in:
parent
973b66c1d0
commit
5c74b85713
28 changed files with 985 additions and 758 deletions
37
.gitignore
vendored
37
.gitignore
vendored
|
|
@ -59,16 +59,17 @@ src/cmake_install.cmake
|
|||
src/install_manifest.txt
|
||||
|
||||
# Nuclear data
|
||||
data/nndc
|
||||
data/nndc_hdf5
|
||||
data/wmp
|
||||
data/multipole_lib.tar.gz
|
||||
data/ENDF-B-VII.1-*.tar.gz
|
||||
data/JEFF32-ACE-*.tar.gz
|
||||
data/JEFF32-ACE-*.zip
|
||||
data/TSLs.tar.gz
|
||||
data/jeff-3.2
|
||||
data/jeff-3.2-hdf5
|
||||
scripts/nndc
|
||||
scripts/nndc_hdf5
|
||||
scripts/wmp
|
||||
scripts/multipole_lib.tar.gz
|
||||
scripts/ENDF-B-VII.1-*.tar.gz
|
||||
scripts/JEFF32-ACE-*.tar.gz
|
||||
scripts/JEFF32-ACE-*.zip
|
||||
scripts/TSLs.tar.gz
|
||||
scripts/jeff-3.2
|
||||
scripts/jeff-3.2-hdf5
|
||||
scripts/*.tar.xz
|
||||
|
||||
# Images
|
||||
*.ppm
|
||||
|
|
@ -82,13 +83,15 @@ data/jeff-3.2-hdf5
|
|||
.ipynb_checkpoints
|
||||
|
||||
# Multi-group cross section IPython Notebook
|
||||
docs/source/pythonapi/examples/*.xml
|
||||
docs/source/pythonapi/examples/*.png
|
||||
docs/source/pythonapi/examples/*.xls
|
||||
docs/source/pythonapi/examples/mgxs
|
||||
docs/source/pythonapi/examples/tracks
|
||||
docs/source/pythonapi/examples/fission-rates
|
||||
docs/source/pythonapi/examples/plots
|
||||
docs/source/examples/*.xml
|
||||
docs/source/examples/*.png
|
||||
docs/source/examples/*.xls
|
||||
docs/source/examples/*.ace
|
||||
docs/source/examples/*.endf
|
||||
docs/source/examples/mgxs
|
||||
docs/source/examples/tracks
|
||||
docs/source/examples/fission-rates
|
||||
docs/source/examples/plots
|
||||
|
||||
# Cython files
|
||||
*.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue