From c4b8c52a0783e0e8d0a994b5c1f508f46f22cb60 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 11 Oct 2020 16:10:32 -0400 Subject: [PATCH] academic/csparse: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- academic/csparse/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/academic/csparse/README b/academic/csparse/README index 7119c1bf65..2726898d3c 100644 --- a/academic/csparse/README +++ b/academic/csparse/README @@ -1,5 +1,5 @@ -CSparse is a small yet feature-rich sparse matrix package. Its purpose is -to demonstrate a wide range of sparse matrix algorithms in as concise a -code as possible. +CSparse is a small yet feature-rich sparse matrix package. Its +purpose is to demonstrate a wide range of sparse matrix algorithms in +as concise a code as possible. This package is part of SuiteSparse.