Skip to content

Commit 15058b1

Browse files
authored
Merge pull request #108 from JuliaIO/sd/fixgslib
forgot to add library
2 parents 479d1d8 + 92d0d6f commit 15058b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ add_format(format"2DM", "MESH2D", ".2dm", [:MeshIO])
111111
add_format(format"OFF", "OFF", ".off", [:MeshIO])
112112

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

116116
### Audio formats
117117
function detectwav(io)

0 commit comments

Comments
 (0)