Fix annotation
This commit is contained in:
parent
2cac441717
commit
ec825945b6
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ def stretch_with_scpml(dxes: dx_lists_t,
|
||||||
return dxes
|
return dxes
|
||||||
|
|
||||||
|
|
||||||
def generate_periodic_dx(pos: List[numpy.ndarray]) -> DXList:
|
def generate_periodic_dx(pos: List[numpy.ndarray]) -> dx_lists_t:
|
||||||
"""
|
"""
|
||||||
Given a list of 3 ndarrays cell centers, creates the cell width parameters for a periodic grid.
|
Given a list of 3 ndarrays cell centers, creates the cell width parameters for a periodic grid.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue