Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Oct 31, 2023
1 parent 6d40738 commit abd0414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StartUpDG.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module StartUpDG
using Reexport: @reexport

using ConstructionBase: ConstructionBase
using FillArrays: Ones, Zeros, Fill
using FillArrays: Fill
using HDF5: h5open # used to read in SBP triangular node data
using Kronecker: kronecker # for Hex element matrix manipulations
using LinearAlgebra:
Expand Down

0 comments on commit abd0414

Please sign in to comment.