Skip to content

Commit e8f3d0e

Browse files
authored
Register GSLIB file format
I am proposing (and coding) an extension to the file format introduced in http://gslib.com
1 parent 0d24ad6 commit e8f3d0e

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)