FIx bug for loop source

This commit is contained in:
SEOGI KANG
2014-11-14 13:23:18 -08:00
parent 7d14489c4e
commit bfb5e045fc
+1 -1
View File
@@ -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')