Skip to content

Commit

Permalink
Increase constant expansion length (#6)
Browse files Browse the repository at this point in the history
* Increase expansion length to 1 for Constant interpolation

* Bump version
  • Loading branch information
zsoerenm authored Aug 26, 2022
1 parent 105a5e9 commit 9acb514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "PhasedArray"
uuid = "26694ec9-1e1a-50ce-959e-f72fe0aa84a3"
authors = ["Soeren Schoenbrod <[email protected]>",
"Michael Niestroj <[email protected]"]
version = "0.9.1"
version = "0.9.2"

[deps]
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Expand Down
2 changes: 1 addition & 1 deletion src/real_manifold.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function get_steer_vec(manifold::RealManifold, doa)
end

function calc_expansion_length(::Type{<:Interpolations.Degree})
0
1
end

function calc_expansion_length(::Type{Quadratic})
Expand Down

0 comments on commit 9acb514

Please sign in to comment.