mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-03 18:06:53 +08:00
558e8879fe
Merge branch 'move2Simpeg' of https://github.com/simpeg/simpegmt into mt/dev Conflicts: .gitignore .travis.yml LICENSE docs/conf.py docs/index.rst requirements.txt setup.py
6 lines
161 B
Python
6 lines
161 B
Python
import Utils
|
|
import Sources
|
|
from SurveyMT import Rx, Survey, Data
|
|
from FieldsMT import Fields1D_e, Fields3D_e
|
|
import Problem1D, Problem2D, Problem3D
|
|
import SrcMT |