enable materialpoint output again

accidently lost during a former commit
This commit is contained in:
Martin Diehl 2019-05-16 22:01:12 +02:00
parent 6df563624d
commit 118c74a268
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class DADF5():
except Exception as e:
print('unable to locate constituents dataset: '+ str(e))
for m in []: #self.active['materialpoints']:
for m in self.active['materialpoints']:
group_materialpoint = group_inc+'/materialpoint/'+m
for t in self.active['m_output_types']:
try: