Skip to content

Commit

Permalink
Merge f392526 into 578d25b
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Mar 13, 2020
2 parents 578d25b + f392526 commit bb99e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ add_format(format"PLY_ASCII", "ply\nformat ascii 1.0", ".ply", [:MeshIO])
add_format(format"PLY_BINARY", "ply\nformat binary_little_endian 1.0", ".ply", [:MeshIO])
add_format(format"2DM", "MESH2D", ".2dm", [:MeshIO])
add_format(format"OFF", "OFF", ".off", [:MeshIO])
add_format(format"MSH", (), ".msh", [:MeshIO])

# GSLIB/SGeMS format (http://gslib.com)
add_format(format"GSLIB", (), [".gslib",".sgems"], [:GslibIO])
Expand Down

0 comments on commit bb99e82

Please sign in to comment.