Skip to content

Commit 6ed24a5

Browse files
committed
Minor
1 parent eb63cb9 commit 6ed24a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FESpaces.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ function FESpaces.ZeroMeanFESpace(space::DistributedSingleFieldFESpace,dΩ::Dist
11381138
vol = sum(dvol)
11391139
return vol, dvol
11401140
end |> tuple_of_arrays
1141-
vol = reduce(+,_vol,init=zero(eltype(vol)))
1141+
vol = reduce(+,_vol,init=zero(eltype(_vol)))
11421142
metadata = DistributedZeroMeanCache(dvol,vol)
11431143

11441144
return DistributedSingleFieldFESpace(

0 commit comments

Comments
 (0)