Skip to content

Commit

Permalink
added H3 to cross sections
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed May 5, 2021
1 parent 7214f8d commit e0a38d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ RUN if [ "$include_neutronics" = "true" ] ; \
pip install parametric_plasma_source ; \
pip install neutronics_material_maker==0.3.2 ; \
pip install openmc_data_downloader ; \
openmc_data_downloader -e all -l ENDFB-7.1-NNDC TENDL-2019 -p neutron photon ; \
openmc_data_downloader -e all -i H3 -l ENDFB-7.1-NNDC TENDL-2019 -p neutron photon ; \
fi

COPY requirements.txt requirements.txt
Expand Down

0 comments on commit e0a38d6

Please sign in to comment.