Changed the name space to correspond with FDEM.

This commit is contained in:
GudniRos
2016-01-14 13:25:16 -08:00
parent 2cf3d5d195
commit b9e1d794f6
14 changed files with 398 additions and 430 deletions
+3 -5
View File
@@ -1,8 +1,6 @@
# from EM import *
import Utils
# import Tests
import Sources
# from BaseMT import SurveyMT, RxMT, srcMT, DataMT, FieldsMT
# import BaseMT
import SurveyMT, DataMT, FieldsMT
from SurveyMT import Rx, Survey, Data
from FieldsMT import Fields1D_e, Fields3D_e
import Problem1D, Problem2D, Problem3D
import SrcMT