Skip to content

Commit

Permalink
Resolve default_vars.sh Linter conflict
Browse files Browse the repository at this point in the history
One last set of changes for the Linter conflict.
  • Loading branch information
dpsarmie authored Apr 22, 2024
1 parent 4c3765c commit 14ab15b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1086,9 +1086,9 @@ export DOMAINS_STACK_SIZE=8000000
export INPES=${INPES_cpl_dflt}
export JNPES=${JNPES_cpl_dflt}
export THRD=${THRD_cpl_dflt}
OCN_tasks=${OCN_tasks_cpl_dflt}
ICE_tasks=${ICE_tasks_cpl_dflt}
WAV_tasks=${WAV_tasks_cpl_dflt}
export OCN_tasks=${OCN_tasks_cpl_dflt}
export ICE_tasks=${ICE_tasks_cpl_dflt}
export WAV_tasks=${WAV_tasks_cpl_dflt}

# Set tiled file defaults
export_tiled
Expand Down

0 comments on commit 14ab15b

Please sign in to comment.