mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-19 11:28:00 +08:00
removed RHS from call of fwd, primary-secondary should now be done through a Src class (which has not been written yet)
This commit is contained in:
@@ -7,7 +7,7 @@ n = 50.
|
||||
freq = 1.
|
||||
a = 5e-2
|
||||
b = a + 1e-2
|
||||
sigma = np.r_[1., 5.5e6, 1e-1]
|
||||
sigma = np.r_[10., 5.5e6, 1e-1]
|
||||
srcloc = np.r_[0., 0., 0.]
|
||||
xobs = np.random.rand(n)+10.
|
||||
yobs = np.zeros(n)
|
||||
|
||||
Reference in New Issue
Block a user