From e5eba3d0c781e254e46f94bdad1be9ee5dc84d0c Mon Sep 17 00:00:00 2001 From: Jerome Benoit Date: Sat, 26 Dec 2020 15:41:15 +0000 Subject: [PATCH] debianization: SuiteSparse header folder Origin: debian Forwarded: not-needed Last-Update: 2020-12-26 Rename the system wide SuiteSparse header folder to `suitesparse'. Gbp-Pq: Name debianization-suitesparse-header_folder.patch --- examples/simple/igraph_sparsemat2.c | 2 +- examples/simple/igraph_sparsemat3.c | 2 +- examples/simple/igraph_sparsemat4.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/simple/igraph_sparsemat2.c b/examples/simple/igraph_sparsemat2.c index 24877c2..da47a38 100644 --- a/examples/simple/igraph_sparsemat2.c +++ b/examples/simple/igraph_sparsemat2.c @@ -21,7 +21,7 @@ */ -#include +#include #include #include "igraph_blas_internal.h" #include "igraph_arpack_internal.h" diff --git a/examples/simple/igraph_sparsemat3.c b/examples/simple/igraph_sparsemat3.c index 09329f0..d01d2a2 100644 --- a/examples/simple/igraph_sparsemat3.c +++ b/examples/simple/igraph_sparsemat3.c @@ -21,7 +21,7 @@ */ -#include +#include #include int permute(const igraph_matrix_t *M, diff --git a/examples/simple/igraph_sparsemat4.c b/examples/simple/igraph_sparsemat4.c index 3a33979..1f03af0 100644 --- a/examples/simple/igraph_sparsemat4.c +++ b/examples/simple/igraph_sparsemat4.c @@ -21,7 +21,7 @@ */ -#include +#include #include igraph_bool_t check_solution(const igraph_sparsemat_t *A, -- 2.30.2