Skip to content

Commit 31ba400

Browse files
Update src/solvers/dg.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 693f963 commit 31ba400

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/solvers/dg.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ function get_variable(u, v, ::DG)
101101
return vec(u[v, :, :])
102102
end
103103

104-
105104
function Iterators.flatten(::DG, u)
106105
return Iterators.flatten(u)
107106
end

0 commit comments

Comments
 (0)