fixed name of MagDipole_Bfield so it is consistent with the current naming convention

This commit is contained in:
Lindsey Heagy
2015-04-30 13:05:43 -07:00
parent 51342e7cc8
commit a990849256
+1 -1
View File
@@ -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'):