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:
Lindsey
2015-05-14 13:30:42 -07:00
parent 40aae0b610
commit 682528d555
+1 -1
View File
@@ -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)