mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
6 lines
124 B
Bash
6 lines
124 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -ex
|
||
|
|
|
||
|
|
# Download NNDC HDF5 data, ENDF/B-VII.1 distribution, multipole library
|
||
|
|
source tools/ci/download-xs.sh
|