Skip to content

Commit

Permalink
export functions abaqus_read_mesh and abaqus_read_model
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed Jul 19, 2017
1 parent 61d52f7 commit a4039de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/AbaqusReader.jl
Expand Up @@ -10,4 +10,6 @@ include("keyword_register.jl")
include("parse_model.jl")
include("create_surface_elements.jl")

export abaqus_read_mesh, abaqus_read_model

end
2 changes: 1 addition & 1 deletion test/test_parse_mesh.jl
Expand Up @@ -4,7 +4,7 @@
using Base.Test

using AbaqusReader: element_has_type, element_has_nodes, parse_abaqus,
parse_section
parse_section, abaqus_read_mesh

datadir = first(splitext(basename(@__FILE__)))

Expand Down

0 comments on commit a4039de

Please sign in to comment.