Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed May 15, 2024
1 parent 78474ca commit d0ca578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/mpi/PZMultiFieldRepeatingStateTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using Gridap, GridapDistributed, GridapPETSc, GridapSolvers,
using Gridap.TensorValues, Gridap.Helpers, Gridap.MultiField

## Parameters
function main(distribute,mesh_partition;AD,use_mfs)
function main(distribute,mesh_partition;AD,use_mfs=false)
ranks = distribute(LinearIndices((prod(mesh_partition),)))
el_size = (10,10)
order = 1
Expand Down
2 changes: 1 addition & 1 deletion test/seq/PZMultiFieldRepeatingStateTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using Gridap, GridapDistributed, GridapPETSc, GridapSolvers,
using Gridap.TensorValues, Gridap.Helpers, Gridap.MultiField

## Parameters
function main(;AD,use_mfs)
function main(;AD,use_mfs=false)
el_size = (20,20)
order = 1
xmax,ymax=(1.0,1.0)
Expand Down

0 comments on commit d0ca578

Please sign in to comment.