From 939d5070b3359bc7fd32a50d7dc2014f623c5867 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 17 Dec 2023 15:44:35 +0100 Subject: [PATCH] matching name and leave write protection status unchanged --- python/damask/_result.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/damask/_result.py b/python/damask/_result.py index 4167dbdea..5eba62d8d 100644 --- a/python/damask/_result.py +++ b/python/damask/_result.py @@ -443,9 +443,9 @@ class Result: return self._manage_view('del',increments,times,phases,homogenizations,fields) - def view_reset(self): + def view_all(self): """ - Reset to initial view. + Make all attributes visible. Returns ------- @@ -453,7 +453,7 @@ class Result: View with all attributes visible. """ - return self.view(increments='*',phases='*',homogenizations='*',fieds='*',protected=True) + return self.view(increments='*',phases='*',homogenizations='*',fieds='*') def rename(self,