Skip to content

Commit

Permalink
Fix deprecations (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
femtocleaner[bot] authored and ahojukka5 committed Jul 5, 2018
1 parent bc4c7e1 commit 72acb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/contact2d.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/MortarContact2D.jl/blob/master/LICENSE

type Contact2D <: BoundaryProblem
mutable struct Contact2D <: BoundaryProblem
master_elements :: Vector{Element}
rotate_normals :: Bool
dual_basis :: Bool
Expand Down
2 changes: 1 addition & 1 deletion src/mortar2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const MortarElements2D = Union{Seg2,Seg3}

type Mortar2D <: BoundaryProblem
mutable struct Mortar2D <: BoundaryProblem
master_elements :: Vector{Element}
end

Expand Down

0 comments on commit 72acb34

Please sign in to comment.