From b2b93f278070c2db3a1b0032a5abc8fc52d4be9d Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 1 Jul 2021 19:36:00 +0200 Subject: [PATCH] not needed anymore --- python/damask/_result.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/damask/_result.py b/python/damask/_result.py index 7d1700028..88bf4184a 100644 --- a/python/damask/_result.py +++ b/python/damask/_result.py @@ -1732,6 +1732,3 @@ class Result: if flatten: r = util.dict_flatten(r) return None if (type(r) == dict and r == {}) else r - - save_VTK = export_VTK - save_XDMF = export_XDMF