From a9908492568914b6069d662941943ab2a92d6733 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Thu, 30 Apr 2015 13:05:43 -0700 Subject: [PATCH] fixed name of MagDipole_Bfield so it is consistent with the current naming convention --- simpegEM/FDEM/SurveyFDEM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpegEM/FDEM/SurveyFDEM.py b/simpegEM/FDEM/SurveyFDEM.py index f22f38cd..6ba50cf8 100644 --- a/simpegEM/FDEM/SurveyFDEM.py +++ b/simpegEM/FDEM/SurveyFDEM.py @@ -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'):