From 52747c09262d5fa835d15f445ef9a3fccd4dba4d Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Sun, 8 May 2016 11:35:28 -0700 Subject: [PATCH] update example --- SimPEG/Examples/EM_FDEM_1D_Inversion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SimPEG/Examples/EM_FDEM_1D_Inversion.py b/SimPEG/Examples/EM_FDEM_1D_Inversion.py index e76b2439..824c4f95 100644 --- a/SimPEG/Examples/EM_FDEM_1D_Inversion.py +++ b/SimPEG/Examples/EM_FDEM_1D_Inversion.py @@ -42,7 +42,7 @@ def run(plotIt=True): ax.grid(color='k', alpha=0.5, linestyle='dashed', linewidth=0.5) - rxOffset=10. + rxOffset=10. bzi = EM.FDEM.Rx(np.array([[rxOffset, 0., 1e-3]]), 'bzi') freqs = np.logspace(1,3,10) @@ -52,7 +52,7 @@ def run(plotIt=True): [srcList.append(EM.FDEM.Src.MagDipole([bzi],freq, srcLoc,orientation='Z')) for freq in freqs] survey = EM.FDEM.Survey(srcList) - prb = EM.FDEM.Problem_b(mesh, mapping=mapping) + prb = EM.FDEM.Problem3D_b(mesh, mapping=mapping) try: from pymatsolver import MumpsSolver