Forgotten stderr flush.

Former-commit-id: 27e83e9aa9db4bbed4273b3dc5adffa910bcf066
This commit is contained in:
Marek Nečada 2016-07-26 05:59:31 +03:00
parent 30013ac7fa
commit 8646b18492
1 changed files with 1 additions and 0 deletions

View File

@ -1205,6 +1205,7 @@ def scatter_plane_wave_rectarray(omega, epsilon_b, xN, yN, xd, yd, TMatrices, k_
if watch_time:
timecold = time.time()
print('%.4f: factorizing the interaction matrix' % timecold, file=sys.stderr)
sys.stderr.flush()
lupiv = scipy.linalg.lu_factor(leftmatrix, overwrite_a=True)
leftmatrix = None
if watch_time: