Skip to content

Commit 65ce245

Browse files
authored
Merge pull request #16 from deltaeecs/dev
Fix compat
2 parents 139e492 + eb139f6 commit 65ce245

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1919
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
2020

2121
[compat]
22-
FastGaussQuadrature = "0.5 - 0.6"
22+
FastGaussQuadrature = "1.0 - 1.2"
2323
Meshes = "0.28 - 0.60"
24-
OffsetArrays = "1.10 - 1.12"
25-
ProgressMeter = "1.7 - 1.8"
24+
OffsetArrays = "1.10 - 1.30"
25+
ProgressMeter = "1.7 - 1.20"
2626
Reexport = "1.2 - 1.3"
27-
Rotations = "1.4 - 1.5"
28-
StaticArrays = "1.5 - 1.6"
27+
Rotations = "1.4 - 1.20"
28+
StaticArrays = "1.5 - 2.1"
2929
ThreadsX = "0.1 - 0.2"
3030
julia = "1"
3131

src/MeshProcess/MeshProcess.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function getNodeElems(::Val{:NAS}, pathname::ST; FT::Type{T}=Precision.FT, meshU
100100
NodeID = 0; TriID = 0; TetraID = 0; HexaID = 0
101101
nline = readline(f)
102102
# 进度条
103-
pmeter = Progress(linenum, "处理网格文件中...")
103+
pmeter = Progress(linenum; desc = "处理网格文件中...")
104104
contents = String[]
105105
while true
106106
next!(pmeter)

0 commit comments

Comments
 (0)