Skip to content

Commit 5e76cb3

Browse files
committed
small bug fix
1 parent 7fb854e commit 5e76cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/FiniteElementContainersAdaptExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Adapt.adapt_structure(to, asm::SparseMatrixAssembler)
1717
adapt(to, asm.mass_storage),
1818
adapt(to, asm.residual_storage),
1919
adapt(to, asm.residual_unknowns),
20-
adapt(to, asm.scalar_quadarature_storage),
20+
adapt(to, asm.scalar_quadrature_storage),
2121
adapt(to, asm.stiffness_storage),
2222
adapt(to, asm.stiffness_action_storage),
2323
adapt(to, asm.stiffness_action_unknowns)

0 commit comments

Comments
 (0)