Skip to content

Commit

Permalink
netgen - skip 'facedescriptors' and 'face_transparencies' blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Mar 27, 2024
1 parent b2ee998 commit 60f6ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/meshio/netgen/_netgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ def read_buffer(f):

elif line in [
"face_colours",
"face_transparencies",
"facedescriptors",
"singular_edge_left",
"singular_edge_right",
"singular_face_inside",
Expand Down

0 comments on commit 60f6ee3

Please sign in to comment.