From eda3837874d0d60472c2fcd53a48c2955e5e445e Mon Sep 17 00:00:00 2001 From: "f.basile" Date: Wed, 18 Nov 2020 12:21:09 +0100 Subject: [PATCH] avoid pyflake for blank line 3 --- python/damask/_geom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/damask/_geom.py b/python/damask/_geom.py index cc8a54785..a929adbd3 100644 --- a/python/damask/_geom.py +++ b/python/damask/_geom.py @@ -916,7 +916,7 @@ class Geom: def ShowGBoptimized(self,periodic=False,across=[[0],[1],[2],[0,1],[1,2],[0,2],[0,1,2]]): """ - Create an extra VTK file to show grain boundaries as feature edges. + Create an extra VTK file to show grain boundaries as feature edges optimized. Parameters ----------