Skip to content

Commit 95c35ed

Browse files
femtocleaner[bot]ahojukka5
authored andcommitted
Fix deprecations (#25)
1 parent 698f407 commit 95c35ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model_reduction_craig_bampton.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using FEMBase
55

6-
type CraigBampton <: AbstractAnalysis
6+
mutable struct CraigBampton <: AbstractAnalysis
77
r_nodes :: Vector{Int64}
88
l_nodes :: Vector{Int64}
99
K :: SparseMatrixCSC{Float64}

0 commit comments

Comments
 (0)