mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-09 16:26:03 +08:00
9 lines
212 B
Python
9 lines
212 B
Python
# from EM import *
|
|
import Utils
|
|
# import Tests
|
|
import Sources
|
|
# from BaseMT import SurveyMT, RxMT, srcMT, DataMT, FieldsMT
|
|
# import BaseMT
|
|
import SurveyMT, DataMT, FieldsMT
|
|
import Problem1D, Problem2D, Problem3D
|