Skip to content

Commit

Permalink
Merge pull request #33 from DanielVandH/pc
Browse files Browse the repository at this point in the history
Remove StaticArraysCore dependency
  • Loading branch information
DanielVandH authored Apr 29, 2023
2 parents b934738 + e3a2142 commit 42aaa0c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"

[compat]
ChunkSplitters = "^0.1, 1.0"
Expand All @@ -23,7 +22,6 @@ FunctionWrappersWrappers = "^0.1"
MuladdMacro = "^0.2"
PreallocationTools = "^0.4"
SciMLBase = "^1.77"
StaticArraysCore = "^1.4"
julia = "^1"

[extras]
Expand Down
1 change: 0 additions & 1 deletion src/FiniteVolumeMethod.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module FiniteVolumeMethod
using DelaunayTriangulation
using FunctionWrappersWrappers
using PreallocationTools
using StaticArraysCore
using LinearAlgebra
using SparseArrays
using SciMLBase
Expand Down
3 changes: 1 addition & 2 deletions src/problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ from the initial condition above.
initial_condition,
initial_time=0.0,
final_time,
steady=false,
q_storage=SVector{2,Float64})
steady=false)
Constructor for the [`FVMProblem`](@ref).
Expand Down

0 comments on commit 42aaa0c

Please sign in to comment.