Skip to content

Commit

Permalink
Fixing EXTRA var in random_seq as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mjs2369 committed Apr 4, 2023
1 parent c354a65 commit 07170e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_tests/random_seq/work/quickbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export DART=$(git rev-parse --show-toplevel)
source "$DART"/build_templates/buildfunctions.sh

MODEL="none"
EXTRA="$DART"/models/template/model_mod.f90
EXTRA="$DART"/models/template/threed_model_mod.f90
dev_test=1
TEST="random_seq"
LOCATION="threed_sphere"
Expand Down

0 comments on commit 07170e4

Please sign in to comment.