Removed comment
This commit is contained in:
parent
fa4bf7c41a
commit
96829595a8
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Reference in a new issue