From feba3849114e0e265aa0ca1abdfd3ab8e7f591ef Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Sun, 29 May 2016 17:08:11 -0700 Subject: [PATCH] Add solver parameter to the Casing example. --- SimPEG/Examples/EM_Schenkel_Morrison_Casing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimPEG/Examples/EM_Schenkel_Morrison_Casing.py b/SimPEG/Examples/EM_Schenkel_Morrison_Casing.py index 930b452a..c4306eb1 100644 --- a/SimPEG/Examples/EM_Schenkel_Morrison_Casing.py +++ b/SimPEG/Examples/EM_Schenkel_Morrison_Casing.py @@ -215,7 +215,7 @@ def run(plotIt=True): # ------------ Problem and Survey --------------- survey = FDEM.Survey(sg_p + dg_p) mapping = [('sigma', Maps.IdentityMap(mesh))] - problem = FDEM.Problem3D_h(mesh, mapping=mapping) + problem = FDEM.Problem3D_h(mesh, mapping=mapping, Solver=solver) problem.pair(survey) # ------------- Solve ---------------------------