diff --git a/bin/plotResCoupled.py b/bin/plotResCoupled.py index 3489775ff..ff88c79b4 100755 --- a/bin/plotResCoupled.py +++ b/bin/plotResCoupled.py @@ -58,7 +58,6 @@ for line in lines: outfile=open('residual.dat','w') -#HJ need better way of combining lists if ikomega > 0: for data in zip(tUp,Ux,Uy,Uz,p,k,omega): outfile.write(' '.join([str(d) for d in data])+'\n')