Skip to content

Commit

Permalink
sleef feature in ndgrid and ndelement
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Sep 18, 2024
1 parent f7e131c commit da71fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ itertools = "0.13.*"
mpi = { version = "0.8.*", optional = true }
num = "0.4"
lazy_static = "1.4"
ndelement = { version = "0.1.1", default-features = false }
ndgrid = { version = "0.1.1", default-features = false }
ndelement = { version = "0.1.2", default-features = false }
ndgrid = { version = "0.1.2", default-features = false }
rayon = "1.9"
rlst = { version = "0.2.0", default-features = false }
green-kernels = { version = "0.2.2", default-features = false }
Expand Down

0 comments on commit da71fc8

Please sign in to comment.