fixed indentation bug in FDEM

This commit is contained in:
Lindsey Heagy
2015-07-06 19:16:00 -05:00
parent a84bc5cbc1
commit 037155e3f3
+3 -3
View File
@@ -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)