Skip to content

Commit 62804df

Browse files
authored
Merge branch 'master' into tk/drop0.4
2 parents a20431f + 52363f9 commit 62804df

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)