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 199e80c commit 151df86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FEMDynamics.jl
Expand Up @@ -8,7 +8,7 @@ using Reexport
@reexport using FEMBase
using DifferentialEquations

type LinearImplicit <: AbstractAnalysis
mutable struct LinearImplicit <: AbstractAnalysis
tspan :: Tuple{Float64,Float64}
sol
K :: SparseMatrixCSC{Float64}
Expand Down

0 comments on commit 151df86

Please sign in to comment.