Skip to content

Commit 201cc08

Browse files
authored
Merge pull request #68 from KristofferC/kc/inp
add abaqus inp register
2 parents 9c2c1b5 + e67a8e6 commit 201cc08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/registry.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,5 @@ function detect_stlbinary(io)
188188
end
189189
add_format(format"STL_ASCII", detect_stlascii, [".stl", ".STL"], [:MeshIO])
190190
add_format(format"STL_BINARY", detect_stlbinary, [".stl", ".STL"], [:MeshIO])
191+
192+
add_format(format"ABAQUS_INP", (), [".inp"], [:MeshIO])

0 commit comments

Comments
 (0)