Skip to content

Commit cdd3d27

Browse files
author
chmerdon
committed
fixed new line in itemintegrator
1 parent c9619b3 commit cdd3d27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common_operators/item_integrator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function build_assembler!(O::ItemIntegrator{Tv}, FE_args::Array{<:FEVectorBlock,
191191
function assembly_loop(b, sol::Array{<:FEVectorBlock, 1}, items, EG::ElementGeometries, QF::QuadratureRule, BE_args::Array{<:FEEvaluator, 1}, L2G::L2GTransformer, QPinfos::QPInfos)
192192

193193
## prepare parameters
194-
result_kernel = zeros(eltype(T), resultdim)
194+
result_kernel = zeros(eltype(b), resultdim)
195195
input_args = zeros(Tv, op_offsets_args[end])
196196
ndofs_args::Array{Int, 1} = [size(BE.cvals, 2) for BE in BE_args]
197197
weights, xref = QF.w, QF.xref

0 commit comments

Comments
 (0)