mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-08 22:39:22 +08:00
remove SrcType, put rx list first in inputs for src
This commit is contained in:
@@ -33,7 +33,7 @@ def getSrcList(nElecs, aSpacing, in2D=False, plotIt=False):
|
||||
srcList = []
|
||||
for i in range(WENNER.shape[0]):
|
||||
rx = DC.DipoleRx(getLoc(i,1),getLoc(i,2))
|
||||
src = DC.DipoleSrc(getLoc(i,0),getLoc(i,3), [rx])
|
||||
src = DC.DipoleSrc([rx],getLoc(i,0),getLoc(i,3))
|
||||
srcList += [src]
|
||||
|
||||
return srcList
|
||||
|
||||
Reference in New Issue
Block a user