Name change for problem.

This commit is contained in:
Rowan Cockett
2016-06-22 11:19:11 -06:00
parent 9336b821da
commit f216b6a748
+1 -1
View File
@@ -20,7 +20,7 @@ class MagFwdProblemTests(unittest.TestCase):
sph_ind = PF.MagAnalytics.spheremodel(M, 0., 0., 0., 100)
chi[sph_ind] = chiblk
model = PF.BaseMag.BaseMagMap(M)
prob = PF.Magnetics.MagneticsDiffSecondary(M, mapping=model)
prob = PF.Magnetics.Problem3D_DiffSecondary(M, mapping=model)
self.prob = prob
self.M = M
self.chi = chi