Skip to content

Commit

Permalink
Refactor varioplane.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Oct 29, 2024
1 parent a43595d commit a5aed62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/empirical/varioplane.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ the tolerance `dtol` in length units for the direction partition, the number of
angles `nangs` in the plane, and forward the `parameters` to the underlying
[`EmpiricalVariogram`](@ref).
"""
struct EmpiricalVarioplane{T,R,V}
struct EmpiricalVarioplane{T,R,H}
θs::Vector{T}
rs::Vector{R}
hs::Vector{V}
hs::Vector{H}
end

function EmpiricalVarioplane(
Expand Down

0 comments on commit a5aed62

Please sign in to comment.