EM.FDEM.RxFDEM --> EM.FDEM.Rx

This commit is contained in:
Lindsey Heagy
2015-11-17 08:29:27 -08:00
parent 9d92f62cfa
commit c041ad3de6
3 changed files with 3 additions and 348 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ def getFDEMProblem(fdemType, comp, SrcList, freq, verbose=False):
x = np.array([np.linspace(-30,-15,3),np.linspace(15,30,3)]) #don't sample right by the source
XYZ = Utils.ndgrid(x,x,np.r_[0.])
Rx0 = EM.FDEM.RxFDEM(XYZ, comp)
Rx0 = EM.FDEM.Rx(XYZ, comp)
Src = []