Skip to content

Commit ce53b74

Browse files
added default return statement
1 parent 3ad76ba commit ce53b74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmarks/LinearSolve/MatrixIdentification.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ function sparsestructure(A::SparseMatrixCSC)::Any
8686
if upper_triangular
8787
return UpperTriangular(A)
8888
end
89+
90+
return SparseMatrixCSC(A)
8991
end
9092

9193

0 commit comments

Comments
 (0)