updates to tx bug fix.

This commit is contained in:
Rowan Cockett
2015-03-23 07:50:28 -07:00
parent 78c98e5ad6
commit b9818a600b
+1 -1
View File
@@ -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