bostongfx / TRAKO

MIT License
7 stars 5 forks source link

Fix logic for mixing vtk and vtp files #12

Closed pieper closed 3 years ago

pieper commented 3 years ago

Previously the logic meant that both inputs needed to be either both vtk or both vtp, even though the rest of the program supports a mix.

Now the logic checks that both of the files are either vtk or vtp.