Skip to content

Commit

Permalink
Merge pull request #108 from JuliaIO/sd/fixgslib
Browse files Browse the repository at this point in the history
forgot to add library
  • Loading branch information
SimonDanisch authored Feb 7, 2017
2 parents 479d1d8 + 92d0d6f commit 15058b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ add_format(format"2DM", "MESH2D", ".2dm", [:MeshIO])
add_format(format"OFF", "OFF", ".off", [:MeshIO])

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

### Audio formats
function detectwav(io)
Expand Down

0 comments on commit 15058b1

Please sign in to comment.