mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
fetching nndc xs from git repo
This commit is contained in:
parent
47a6eecbf8
commit
fd5a0c0242
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@ before_install:
|
|||
|
||||
before_script:
|
||||
- cd data
|
||||
- ./get_nndc_data.py --batch
|
||||
- git clone --branch=master git://github.com/bhermanmit/nndc_xs nndc_xs
|
||||
- cat nndc_xs/nndc.tar.gza* | tar xzvf -
|
||||
- rm -rf nndc_xs
|
||||
- export CROSS_SECTIONS=$PWD/nndc/cross_sections.xml
|
||||
- cd ..
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue