Skip to content

Commit 07fc018

Browse files
authored
Merge pull request #99 from juliohm/patch-1
Register GSLIB file format
2 parents fa4d874 + e8f3d0e commit 07fc018

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/registry.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ add_format(format"PLY_BINARY", "ply\nformat binary_little_endian 1.0", ".ply", [
110110
add_format(format"2DM", "MESH2D", ".2dm", [:MeshIO])
111111
add_format(format"OFF", "OFF", ".off", [:MeshIO])
112112

113-
113+
# GSLIB/SGeMS format (http://gslib.com)
114+
add_format(format"GSLIB", (), [".gslib",".sgems"])
114115

115116
### Audio formats
116117
function detectwav(io)

0 commit comments

Comments
 (0)