mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 19:48:52 +08:00
Correct solver location.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user