mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 16:31:04 +08:00
FIx bug for loop source
This commit is contained in:
@@ -96,7 +96,7 @@ class TxTDEM(Survey.BaseTx):
|
||||
else:
|
||||
raise NotImplementedError('Non-symmetric cyl mesh not implemented yet!')
|
||||
elif mesh._meshType is 'TENSOR':
|
||||
MVP = Sources.MagneticLoopVectorPotential(self.loc, mesh, ['Ex','Ey','Ez'])
|
||||
MVP = Sources.MagneticLoopVectorPotential(self.loc, mesh, ['Ex','Ey','Ez'], self.radius)
|
||||
else:
|
||||
raise Exception('Unknown mesh for CircularLoop')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user