avoid pyflake for blank line 5
This commit is contained in:
parent
4dbfad74cb
commit
ee5822b721
|
@ -915,7 +915,8 @@ class Geom:
|
||||||
|
|
||||||
|
|
||||||
def ShowGBoptimized(self,periodic=False,across=[[0],[1],[2],[0,1],[1,2],[0,2],[0,1,2]]):
|
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 optimized.
|
"""
|
||||||
|
Create an VTK files to show grain boundaries as feature edges.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Reference in New Issue