Skip to content

Commit

Permalink
Merge branch 'main' into jc/test_tri_node_reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Oct 31, 2023
2 parents 3fa7a8b + abd0414 commit 123ab4e
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 123ab4e

Please sign in to comment.