Correct solver location.

This commit is contained in:
Rowan Cockett
2016-05-29 18:35:41 -07:00
parent ad4a0240d1
commit a131383dae
+2 -2
View File
@@ -46,8 +46,8 @@ def run(plotIt=True, nFreq=1):
survey = MT.Survey(srcList)
## Setup the problem object
problem = MT.Problem3D.eForm_ps(M, sigmaPrimary=sigBG)
problem.pair(survey, Solver=solver)
problem = MT.Problem3D.eForm_ps(M, sigmaPrimary=sigBG, Solver=solver)
problem.pair(survey)
# Calculate the data
fields = problem.fields(sig)