Skip to content

Commit b802504

Browse files
committed
bump patch version
* tested with VoronoiFVM, Surrogates, GradientRobustMultiPhysics
1 parent 5392618 commit b802504

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExtendableSparse"
22
uuid = "95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
33
authors = ["Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>"]
4-
version = "0.4.0"
4+
version = "0.4.1"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

src/sparsematrixlnk.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,9 @@ function Base.:+(lnk::SparseMatrixLNK{Tv,Ti},csc::SparseMatrixCSC)::SparseMatrix
328328

329329

330330
# jointly sort lnk and csc entries into new matrix data
331-
# this could be replaced in a more transparent manner by joint sorting
331+
# this could be replaced in a more transparent manner by joint sorting:
332+
# make a joint array for csc and lnk col, sort them.
333+
# Will this be faster?
332334

333335
colptr[j]=inz
334336
jlnk=one(Ti) # counts the entries in col

0 commit comments

Comments
 (0)