File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ export LAPACKException,
6
6
PosDefException,
7
7
RankDeficientException
8
8
9
- mutable struct LAPACKException <: Exception
9
+ struct LAPACKException <: Exception
10
10
info:: BlasInt
11
11
end
12
12
13
- mutable struct ARPACKException <: Exception
13
+ struct ARPACKException <: Exception
14
14
info:: String
15
15
end
16
16
@@ -25,14 +25,14 @@ function ARPACKException(i::Integer)
25
25
return ARPACKException (" unspecified ARPACK error: $i " )
26
26
end
27
27
28
- mutable struct SingularException <: Exception
28
+ struct SingularException <: Exception
29
29
info:: BlasInt
30
30
end
31
31
32
- mutable struct PosDefException <: Exception
32
+ struct PosDefException <: Exception
33
33
info:: BlasInt
34
34
end
35
35
36
- mutable struct RankDeficientException <: Exception
36
+ struct RankDeficientException <: Exception
37
37
info:: BlasInt
38
38
end
You can’t perform that action at this time.
0 commit comments