Skip to content

Commit 421abc1

Browse files
Update src/StateMaps/ReverseNonlinearFEStateMaps.jl
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dcff654 commit 421abc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StateMaps/ReverseNonlinearFEStateMaps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ end
7070
# Caching
7171
function build_cache!(state_map::ReverseNonlinearFEStateMap,φh)
7272
assem_U, assem_deriv, assem_adjoint = state_map.assems
73-
U,V,V_φ = state_map.spaces
73+
U,V,V_φ,_ = state_map.spaces
7474
res = state_map.res
7575
jac, adjoint_jac = state_map.jacs
7676
cache = state_map.cache

0 commit comments

Comments
 (0)