mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-22 13:00:21 +08:00
fixed indentation bug in FDEM
This commit is contained in:
@@ -31,9 +31,9 @@ class BaseFDEMProblem(BaseEMProblem):
|
||||
fieldsPair = FieldsFDEM
|
||||
|
||||
def fields(self, m=None):
|
||||
"""
|
||||
Solve the forward problem for the fields.
|
||||
"""
|
||||
"""
|
||||
Solve the forward problem for the fields.
|
||||
"""
|
||||
|
||||
self.curModel = m
|
||||
F = self.fieldsPair(self.mesh, self.survey)
|
||||
|
||||
Reference in New Issue
Block a user