changed to out-of-place mode

This commit is contained in:
Martin Diehl 2020-09-14 12:17:43 +02:00
parent 7d6a1dc583
commit 8a32a15299
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 8e3ca03857b569ffa73baf78ac0cffd288e4eec2
Subproject commit 3a43b550b5a0054c708e7cc5b70af9dd6a41d141

View File

@ -46,7 +46,7 @@ for filename in options.filenames:
for label in options.con:
x = results.get_dataset_location(label)
if len(x) != 0:
table.add(label,results.read_dataset(x,0,plain=True).reshape(results.grid.prod(),-1))
table = table.add(label,results.read_dataset(x,0,plain=True).reshape(results.grid.prod(),-1))
results.pick('constituents', False)
results.pick('materialpoints',True)