Skip to content

Commit

Permalink
#529: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 23, 2024
1 parent f4921ce commit 7041919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lbaf/IO/lbsGridStreamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class GridStreamer:
def __init__(
self,
points, # vtk.vtkPoints
lines, # vtk.vtkCellArry
lines, # vtk.vtkCellArray
field_arrays: Optional[dict] = None,
point_arrays: Optional[list] = None,
cell_arrays: Optional[list] = None,
Expand Down

0 comments on commit 7041919

Please sign in to comment.