JuliaVTK / WriteVTK.jl

Julia package for writing VTK XML files
Other
155 stars 33 forks source link

Added constructor VTKCellType(vtkid::Integer) #57

Closed fverdugo closed 4 years ago

fverdugo commented 4 years ago

Trying to fix issue #56

jipolanco commented 4 years ago

Thanks!

You're right, it would be nice to avoid repeating the list of all defined VTKCellTypes. I'll see what I can do about that.

jipolanco commented 4 years ago

Actually I found an alternative using macros :)