Skip to content

Commit

Permalink
Fix DUNE_CONTROL_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Apr 22, 2024
1 parent 805e9d4 commit d715c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/install-dune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if [ ! -d "dune-uggrid/" ]; then
fi

# Build all the additional DUNE modules
DUNE_CONTROL_PATH=~/dumux ./dune-common/bin/dunecontrol all
DUNE_CONTROL_PATH=~/dune-dumux ./dune-common/bin/dunecontrol all

# Get the dune-elastodynamics module (solid solver for the plain dune adapter)
if [ ! -d "dune-elastodynamics/" ]; then
Expand Down

0 comments on commit d715c23

Please sign in to comment.