simpegEM --> SimPEG.EM

This commit is contained in:
Rowan Cockett
2015-11-04 10:13:24 -08:00
parent e622dfb5cc
commit 4db756b060
6 changed files with 96 additions and 96 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
from SimPEG import Solver, Problem
from SimPEG.Problem import BaseTimeProblem
from simpegEM.Utils import SrcUtils
from SimPEG.EM.Utils import SrcUtils
from scipy.constants import mu_0
from SimPEG.Utils import sdiag, mkvc
from SimPEG import Utils, Mesh
from simpegEM.Base import BaseEMProblem
from SimPEG.EM.Base import BaseEMProblem
import numpy as np
+1 -1
View File
@@ -1,6 +1,6 @@
from SimPEG import Utils, Survey, np
from SimPEG.Survey import BaseSurvey
from simpegEM.Utils import SrcUtils
from SimPEG.EM.Utils import SrcUtils
from BaseTDEM import FieldsTDEM