added a todo for breaking apart orientation and moment in source utils

This commit is contained in:
Lindsey Heagy
2015-05-04 08:48:08 -07:00
parent 4d75c9d6e5
commit d8c82da1d4
+1 -1
View File
@@ -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):