mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-18 12:40:30 +08:00
fixed name of MagDipole_Bfield so it is consistent with the current naming convention
This commit is contained in:
@@ -206,7 +206,7 @@ class SrcFDEM_MagDipole(SrcFDEM):
|
||||
return None, None
|
||||
|
||||
|
||||
class MagDipole_Bfield(SrcFDEM):
|
||||
class SrcFDEM_MagDipole_Bfield(SrcFDEM):
|
||||
|
||||
#TODO: right now, orientation doesn't actually do anything! The methods in SrcUtils should take care of that
|
||||
def __init__(self, loc, freq, rxList, orientation='Z'):
|
||||
|
||||
Reference in New Issue
Block a user