avoid pyflake for blank line

This commit is contained in:
f.basile 2020-11-18 12:17:05 +01:00
parent e8f82d52cc
commit 33aa888fc7
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ class Geom:
v.vtk_data.SetPolys(cells)
v.save('GrainBoundaries')
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.