does not match
node does not make sense, is weirdly numbered
This commit is contained in:
parent
3c0c0a2cd1
commit
4599d1c34e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue