language polish
This commit is contained in:
parent
59765ab0df
commit
7e56abf41c
|
@ -250,7 +250,7 @@ class GeomGrid:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def load_SPPARKS(fname: Union[str, Path]) -> 'GeomGrid':
|
def load_SPPARKS(fname: Union[str, Path]) -> 'GeomGrid':
|
||||||
"""
|
"""
|
||||||
Load from SPPARKs VTK dump.
|
Load from SPPARKS VTK dump.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
|
@ -265,8 +265,8 @@ class GeomGrid:
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
-----
|
-----
|
||||||
A SPPARKs VTI dump is equivalent to a DAMASK VTI file
|
A SPPARKS VTI dump is equivalent to a DAMASK VTI file,
|
||||||
where 'material' is renamed to 'spins'.
|
but stores the materialID information as 'spins' rather than 'material'.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
return GeomGrid._load(fname,'spins')
|
return GeomGrid._load(fname,'spins')
|
||||||
|
|
Loading…
Reference in New Issue