Skip to content

Commit 39b2199

Browse files
committed
make default rampchoice=:next
1 parent af4074d commit 39b2199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AEM_VMD_HMD.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function HFieldDHT(;
100100
minresptime = 1.e-6, # I think responses earlier than this are unstable
101101
calcjacobian = false,
102102
isdIdt = false,
103-
rampchoice = :mid, # if using dIdt instead of I a choice has to be made
103+
rampchoice = :next, # if using dIdt instead of I a choice has to be made
104104
)
105105
@assert all(freqs .> 0.)
106106
@assert freqhigh > freqlow

src/VTEM1DInversion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function dBzdt(;times = [1.],
5151
freqlow = 1e-4,
5252
freqhigh = 1e6,
5353
isdIdt = false,
54-
rampchoice = :mid
54+
rampchoice = :next
5555
)
5656

5757
@assert size(σ) == size(d)

0 commit comments

Comments
 (0)