Skip to content

Commit

Permalink
Update inversions_2D.jl, remove aopt parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
aris-mav authored Jul 8, 2024
1 parent 8fc53a8 commit adebba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inversions_2D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end
function invert(
exptype::inversion2D, t_direct::AbstractVector, t_indirect::AbstractVector, Raw::AbstractMatrix;
α=0, rdir=(-5, 1, 100), rindir=(-5, 1, 100),
solver=:brd, aopt=:none, order=0, savedata::Bool=true, plot::Bool=true)
solver=:brd, order=0, savedata::Bool=true, plot::Bool=true)

svds = svdcompress(exptype, t_direct, t_indirect, Raw, rdir=rdir, rindir=rindir)

Expand Down Expand Up @@ -527,4 +527,4 @@ end
# f, r = inv_2D(svds, 1, solver=:brd, aopt=:gcv)
# select_peaks(dir * "\\inversion_results.txt")

# end
# end

0 comments on commit adebba4

Please sign in to comment.