Skip to content

Commit b341be7

Browse files
committed
fix multi citation
1 parent 29ad30e commit b341be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

joss/sparse/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ All sparse formats extend an abstract base derived type sparse_type, which holds
7070
* CSR: compressed sparse row (Yale) format.
7171
* CSC: compressed sparse column format.
7272
* ELLPACK: fixed number of nonzeros per row, suited for vectorization.
73-
* SELL-C: sliced ELLPACK, balancing CSR and ELLPACK trade-offs [@scellc,@anzt2014implementing].
73+
* SELL-C: sliced ELLPACK, balancing CSR and ELLPACK trade-offs [@scellc;@anzt2014implementing].
7474

7575
## Core functionality
7676

0 commit comments

Comments
 (0)