updated Problem naming in casing example

This commit is contained in:
Lindsey Heagy
2016-05-09 12:29:52 -07:00
parent abd919e862
commit 73c219ff5c
2 changed files with 2 additions and 2 deletions
@@ -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.Problem_h(mesh, mapping=mapping)
problem = FDEM.Problem3D_h(mesh, mapping=mapping)
problem.pair(survey)
# ------------- Solve ---------------------------