Skip to content

Commit

Permalink
update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-de-montserrat committed Nov 26, 2024
1 parent 448317f commit a365e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/thermal_diffusion/DiffusionPT_kernels.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
isNotDirichlet(m, inds::Vararg{Int,N}) where {N} = iszero(m[inds...])
isNotDirichlet(::Nothing, ::Vararg{Int,N}) where {N} = false
isNotDirichlet(::Nothing, ::Vararg{Int,N}) where {N} = true

## 3D KERNELS

Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
AMDGPU = "0.8, 0.9, 1"
CUDA = "5"
CellArrays = "0.2"
GeoParams = "0.5, 0.6"
GeoParams = "0.6.7"
JustPIC = "0.5.3"
MPI = "0.20"
ParallelStencil = "0.11, 0.12, 0.13"
Expand Down

0 comments on commit a365e4b

Please sign in to comment.