Skip to content

Commit

Permalink
explicit return
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Oct 20, 2023
1 parent 0928e47 commit 76b1926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subvariable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function collect(v::SubVariable{T,N}) where T where N
A[] = v.parent[v.indices...]
return A
else
v.parent[v.indices...]
return v.parent[v.indices...]
end
end

Expand Down

0 comments on commit 76b1926

Please sign in to comment.