added missing return type to grid.get_grain_boundaries function

This commit is contained in:
Daniel Otto de Mentock 2022-01-31 12:40:29 +01:00
parent 26cd8a46c2
commit 3105b2c978
1 changed files with 1 additions and 1 deletions

View File

@ -1165,7 +1165,7 @@ class Grid:
def get_grain_boundaries(self,
periodic: bool = True,
directions: Sequence[str] = 'xyz'):
directions: Sequence[str] = 'xyz') -> VTK:
"""
Create VTK unstructured grid containing grain boundaries.