From 118c74a268ef9417903576fd7f886d2b4ab569c1 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 16 May 2019 22:01:12 +0200 Subject: [PATCH] enable materialpoint output again accidently lost during a former commit --- python/damask/dadf5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/damask/dadf5.py b/python/damask/dadf5.py index 4aa31ec56..f5fc81b16 100644 --- a/python/damask/dadf5.py +++ b/python/damask/dadf5.py @@ -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: