Skip to content

Commit

Permalink
added back "return" to readresults function
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris bpHPC committed Jul 23, 2024
1 parent fce79ed commit fe2624c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inversions_io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function readresults(file::String=pick_file(pwd()))
readuntil(io, "Residuals : ")
r = parse.(Float64, split(readline(io), ','))

return invres2D(PulseSequence, dir, indir, f, r, SNR, α)
end
end

Expand Down

0 comments on commit fe2624c

Please sign in to comment.