Fixed tests and Jvec

This commit is contained in:
GudniRos
2016-05-31 22:33:57 -07:00
parent 7087632701
commit f34314bba2
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ class BaseNSEMProblem(BaseFDEMProblem):
ATinv = self.Solver(AT, **self.solverOpts)
for src in self.survey.getSrcByFreq(freq):
ftype = self._fieldType + 'Solution'
ftype = self._solutionType
f_src = f[src, :] # Need to fix this...
for rx in src.rxList: