added missing return type to grid.get_grain_boundaries function
This commit is contained in:
parent
26cd8a46c2
commit
3105b2c978
|
@ -1165,7 +1165,7 @@ class Grid:
|
||||||
|
|
||||||
def get_grain_boundaries(self,
|
def get_grain_boundaries(self,
|
||||||
periodic: bool = True,
|
periodic: bool = True,
|
||||||
directions: Sequence[str] = 'xyz'):
|
directions: Sequence[str] = 'xyz') -> VTK:
|
||||||
"""
|
"""
|
||||||
Create VTK unstructured grid containing grain boundaries.
|
Create VTK unstructured grid containing grain boundaries.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue