Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AbstractNFFTs/src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Overwrite `R`-dimensional array `fHat`
(often R=1, and `fHat` has length `p.J`)
with the result of "convolution" (i.e., interpolation)
between `D`-dimensional equispaced input array `g`
(often of size `p.N`)
(often of size `p.Ñ`)
and the interpolation kernel in NFFT plan `p`.
"""
@mustimplement convolve!(p::AbstractNFFTPlan, g::AbstractArray, fHat::AbstractArray)
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NFFT"
uuid = "efe261a4-0d2b-5849-be55-fc731d526b0d"
authors = ["Tobias Knopp <tobias@knoppweb.de>"]
version = "0.14.1"
authors = ["Tobias Knopp <tobias@knoppweb.de> and contributors"]
version = "0.14.2"

[deps]
AbstractNFFTs = "7f219486-4aa7-41d6-80a7-e08ef20ceed7"
Expand Down
Loading
Loading