From d8c82da1d4f8fbfbea8886c065481c7902166943 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Mon, 4 May 2015 08:48:08 -0700 Subject: [PATCH] added a todo for breaking apart orientation and moment in source utils --- simpegEM/Utils/SrcUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpegEM/Utils/SrcUtils.py b/simpegEM/Utils/SrcUtils.py index 5ff26467..ec638a0f 100644 --- a/simpegEM/Utils/SrcUtils.py +++ b/simpegEM/Utils/SrcUtils.py @@ -14,7 +14,7 @@ def MagneticDipoleVectorPotential(srcLoc, obsLoc, component, dipoleMoment=(0., 0 :rtype: numpy.ndarray :return: The vector potential each dipole at each observation location """ - + #TODO: break this out! if type(component) in [list, tuple]: out = range(len(component)) for i, comp in enumerate(component):