does not match

node does not make sense, is weirdly numbered
This commit is contained in:
Martin Diehl 2019-05-16 00:42:22 +02:00
parent 3c0c0a2cd1
commit 4599d1c34e
1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ for filename in options.filenames:
data = np.array([inc['inc'] for j in range(np.product(results.grid))]).reshape([np.product(results.grid),1])
header+= 'inc'
data = np.concatenate((data,np.array([j+1 for j in range(np.product(results.grid))]).reshape([np.product(results.grid),1])),1)
header+=' node'
coords = coords.reshape([np.product(results.grid),3])
data = np.concatenate((data,coords),1)