Skip to content

Commit

Permalink
Fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
femtocleaner[bot] committed Jul 2, 2018
1 parent 412efca commit 4d123c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/read_aster_mesh.jl
Expand Up @@ -32,7 +32,7 @@ end


""" Code Aster binary file (.med). """
type MEDFile
mutable struct MEDFile
data :: Dict
end

Expand Down
2 changes: 1 addition & 1 deletion src/read_aster_results.jl
Expand Up @@ -2,7 +2,7 @@
# License is MIT: see https://github.com/JuliaFEM/AsterReader.jl/blob/master/LICENSE

""" Code Aster result file (.rmed). """
type RMEDFile
mutable struct RMEDFile
data :: Dict
end

Expand Down

0 comments on commit 4d123c8

Please sign in to comment.