Skip to content

Commit 14025b1

Browse files
committed
compact again
1 parent ef2489e commit 14025b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ authors = ["yolhan83 <[email protected]>"]
44
version = "0.0.9"
55

66
[deps]
7+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
78
Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
89
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
910

1011
[compat]
12+
StaticArrays = "^1.9"
1113
Trixi = "^0.10"
1214
WriteVTK = "^1.21"
1315
julia = "^1.10"

src/BloodFlowTrixi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Docs under https://yolhan83.github.io/BloodFlowTrixi.jl
1212
$(isnothing(get(ENV, "CI", nothing)) ? ("\n" * "Package local path: " * pathof(BloodFlowTrixi)) : "")
1313
"""
1414
module BloodFlowTrixi
15-
using Trixi,WriteVTK
15+
using Trixi,WriteVTK,StaticArrays
1616
# Write your package code here.
1717
abstract type AbstractBloodFlowEquations{NDIMS, NVARS} <:Trixi.AbstractEquations{NDIMS, NVARS} end
1818
include("1DModel/1dmodel.jl")

0 commit comments

Comments
 (0)