mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-07 00:20:46 +08:00
Fixing a bug in Data class
This commit is contained in:
@@ -536,9 +536,9 @@ class Data(SimPEGsurvey.Data):
|
||||
|
||||
"""
|
||||
if srcType=='primary':
|
||||
src = SrcMT.src_polxy_1Dprimary
|
||||
src = SrcMT.polxy_1Dprimary
|
||||
elif srcType=='total':
|
||||
src = SrcMT.src_polxy_1DhomotD
|
||||
src = SrcMT.polxy_1DhomotD
|
||||
else:
|
||||
raise NotImplementedError('{:s} is not a valid source type for MTdata')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user