Removed comment

This commit is contained in:
Hrvoje Jasak 2015-11-18 12:06:03 +00:00
parent fa4bf7c41a
commit 96829595a8

View file

@ -58,7 +58,6 @@ for line in lines:
outfile=open('residual.dat','w') outfile=open('residual.dat','w')
#HJ need better way of combining lists
if ikomega > 0: if ikomega > 0:
for data in zip(tUp,Ux,Uy,Uz,p,k,omega): for data in zip(tUp,Ux,Uy,Uz,p,k,omega):
outfile.write(' '.join([str(d) for d in data])+'\n') outfile.write(' '.join([str(d) for d in data])+'\n')