diff --git a/PRIVATE b/PRIVATE index 8e3ca0385..3a43b550b 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit 8e3ca03857b569ffa73baf78ac0cffd288e4eec2 +Subproject commit 3a43b550b5a0054c708e7cc5b70af9dd6a41d141 diff --git a/processing/post/DADF5_postResults.py b/processing/post/DADF5_postResults.py index 9c520ac33..e81330581 100755 --- a/processing/post/DADF5_postResults.py +++ b/processing/post/DADF5_postResults.py @@ -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)