mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-07 19:58:09 +08:00
added a todo for breaking apart orientation and moment in source utils
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user