From 96829595a81a36a5352ab266624602ad4726a1e8 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 18 Nov 2015 12:06:03 +0000 Subject: [PATCH] Removed comment --- bin/plotResCoupled.py | 1 - 1 file changed, 1 deletion(-) 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')