fix format string
Former-commit-id: ca3b71eaf29d1205df47ee95bfccf4a8e34ac1a4
This commit is contained in:
parent
ef7b2dc66c
commit
6b2ce9d6eb
|
@ -1164,7 +1164,7 @@ def scatter_plane_wave_rectarray(omega, epsilon_b, xN, yN, xd, yd, TMatrices, k_
|
|||
ab.shape = (K, xN, yN, 2, nelem)
|
||||
if watch_time:
|
||||
timec = time.time()
|
||||
print('%.4f: done (elapsed %.2 s)' % (timec, timec-timecold),file = sys.stderr)
|
||||
print('%.4f: done (elapsed %.2f s)' % (timec, timec-timecold),file = sys.stderr)
|
||||
if not (return_pq_0 + return_pq + return_xy):
|
||||
return ab
|
||||
returnlist = [ab]
|
||||
|
|
Loading…
Reference in New Issue