Skip to content

Commit c108d78

Browse files
committed
Local variable 'point' was never used.
1 parent ee6b0c5 commit c108d78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyaedt/generic/plot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,6 @@ def _read_mesh_files(self, read_frames=False):
11911191
field.is_vector = False
11921192
field.log = log1
11931193
else:
1194-
points = []
11951194
nodes = []
11961195
values = []
11971196
is_vector = False

0 commit comments

Comments
 (0)