JuliaIO / MeshIO.jl

IO for Meshes
Other
79 stars 31 forks source link

Fix order of arguments in ply write #2

Closed KristofferC closed 9 years ago

KristofferC commented 9 years ago

Fixes the order of arguments for ply write to correspond to https://github.com/JuliaIO/FileIO.jl/blob/master/src/core.jl#L37

(No need for parametrisation of M since the function will be specialized for each type anyway)