Start on the global problem class.

This commit is contained in:
Rowan Cockett
2016-01-14 21:17:04 -08:00
parent c6e90230d4
commit f734888cb5
5 changed files with 252 additions and 56 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ class Survey(SimPEG.Survey.BaseSurvey):
SimPEG.Survey.BaseSurvey.__init__(self, **kwargs)
_freqDict = {}
for src in srcList:
for src in self.srcList:
if src.freq not in _freqDict:
_freqDict[src.freq] = []
_freqDict[src.freq] += [src]