Skip to content

Commit

Permalink
Merge pull request #1287 from nschloe/plugin-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
nschloe authored Feb 22, 2022
2 parents 582f3fe + 6b7031b commit 584a142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/paraview-meshio-plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
vtk_to_meshio_type = meshio._vtk_common.vtk_to_meshio_type
meshio_to_vtk_type = meshio._vtk_common.meshio_to_vtk_type
meshio_input_filetypes = list(meshio._helpers.reader_map.keys())
meshio_extensions = [ext[1:] for ext in meshio.extension_to_filetype.keys()]
meshio_extensions = [ext[1:] for ext in meshio.extension_to_filetypes.keys()]
meshio_input_filetypes = ["automatic"] + meshio_input_filetypes


Expand Down

0 comments on commit 584a142

Please sign in to comment.