mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-30 06:47:05 +08:00
typo fix
This commit is contained in:
@@ -334,7 +334,7 @@ class PrimSecSigma(BaseSrc):
|
||||
def S_eDeriv(self, prob, v, adjoint = False):
|
||||
MeSigmaDeriv = prob.MeSigmaDeriv
|
||||
if adjoint is not True:
|
||||
return MeSigmaDeriv(Utils.mkvc(self.ePrimary)) * v # TODO: This is really sloppy and will not work if more than one freq
|
||||
return MeSigmaDeriv(Utils.mkvc(self.ePrimary)).T * v
|
||||
return MeSigmaDeriv(Utils.mkvc(self._ePrimary)) * v # TODO: This is really sloppy and will not work if more than one freq
|
||||
return MeSigmaDeriv(Utils.mkvc(self._ePrimary)).T * v
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user