Skip to content

Commit

Permalink
Merge pull request #19 from Coperbytes/patch-1
Browse files Browse the repository at this point in the history
Update double_down-install.sh
  • Loading branch information
ebknudsen authored Aug 30, 2023
2 parents abdb559 + 4b6014e commit ceb1a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ubuntu_22.04/double_down-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ ! -e ${name}.done ]; then

mkdir -p $HOME/openmc/double-down
cd $HOME/openmc/double-down
git clone --single-branch --branch main --depth 1 https://github.com/pshriwise/double-down.git
git clone --single-branch --branch develop --depth 1 https://github.com/pshriwise/double-down.git
mkdir build
cd build
cmake ../double-down -DMOAB_DIR=$HOME/openmc/MOAB \
Expand Down

0 comments on commit ceb1a4c

Please sign in to comment.