mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-29 22:17:46 +08:00
updates to tx bug fix.
This commit is contained in:
@@ -190,7 +190,7 @@ class SimpleTxFDEM(TxFDEM):
|
||||
def __init__(self, vec, freq, rxList):
|
||||
self.vec = vec
|
||||
self.freq = float(freq)
|
||||
TxFDEM.__init__(self, None, 'Simple', rxList)
|
||||
TxFDEM.__init__(self, None, 'Simple', freq, rxList)
|
||||
|
||||
def getSource(self, prob):
|
||||
return self.vec
|
||||
|
||||
Reference in New Issue
Block a user