Skip to content

Commit

Permalink
Renamed extension and moved benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
meson800 committed Aug 30, 2023
1 parent 8831b76 commit a6069d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ UnPack = "1.0.2"
julia = "1.6"

[extensions]
FastExtendedJumpArrayBroadcast = "FastBroadcast"
JumpProcessFastBroadcastExt = "FastBroadcast"

[extras]
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module FastExtendedJumpArrayBroadcast
module JumpProcessFastBroadcastExt

using JumpProcesses, FastBroadcast

Expand Down Expand Up @@ -30,4 +30,4 @@ end
dst
end

end # module FastExtendedJumpArrayBroadcast
end # module JumpProcessFastBroadcastExt

0 comments on commit a6069d0

Please sign in to comment.