From d031ef07637d369d4a3335800ac060e351510199 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Wed, 5 Feb 2020 10:17:27 +0000 Subject: [PATCH] Fix typo in internal docs. --- base/tools/psb_c_par_csr_spspmm.f90 | 2 +- base/tools/psb_d_par_csr_spspmm.f90 | 2 +- base/tools/psb_s_par_csr_spspmm.f90 | 2 +- base/tools/psb_z_par_csr_spspmm.f90 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/base/tools/psb_c_par_csr_spspmm.f90 b/base/tools/psb_c_par_csr_spspmm.f90 index d835e27d..51980ad6 100644 --- a/base/tools/psb_c_par_csr_spspmm.f90 +++ b/base/tools/psb_c_par_csr_spspmm.f90 @@ -39,7 +39,7 @@ ! C = A * B ! ! where all the matrices are stored in CSR. On input and output the matrices -! are stored with column indices in local numbering, but inermediate quantities +! are stored with column indices in local numbering, but intermediate quantities ! are in global numbering because gathering the halo of B to multiply it ! by A implies a potential enlargement of the support. ! Also, B may have a column index space different from its row index space, diff --git a/base/tools/psb_d_par_csr_spspmm.f90 b/base/tools/psb_d_par_csr_spspmm.f90 index 7edfbac8..b589351e 100644 --- a/base/tools/psb_d_par_csr_spspmm.f90 +++ b/base/tools/psb_d_par_csr_spspmm.f90 @@ -39,7 +39,7 @@ ! C = A * B ! ! where all the matrices are stored in CSR. On input and output the matrices -! are stored with column indices in local numbering, but inermediate quantities +! are stored with column indices in local numbering, but intermediate quantities ! are in global numbering because gathering the halo of B to multiply it ! by A implies a potential enlargement of the support. ! Also, B may have a column index space different from its row index space, diff --git a/base/tools/psb_s_par_csr_spspmm.f90 b/base/tools/psb_s_par_csr_spspmm.f90 index b998ffc6..5460b43e 100644 --- a/base/tools/psb_s_par_csr_spspmm.f90 +++ b/base/tools/psb_s_par_csr_spspmm.f90 @@ -39,7 +39,7 @@ ! C = A * B ! ! where all the matrices are stored in CSR. On input and output the matrices -! are stored with column indices in local numbering, but inermediate quantities +! are stored with column indices in local numbering, but intermediate quantities ! are in global numbering because gathering the halo of B to multiply it ! by A implies a potential enlargement of the support. ! Also, B may have a column index space different from its row index space, diff --git a/base/tools/psb_z_par_csr_spspmm.f90 b/base/tools/psb_z_par_csr_spspmm.f90 index 71e1b7ee..4499b053 100644 --- a/base/tools/psb_z_par_csr_spspmm.f90 +++ b/base/tools/psb_z_par_csr_spspmm.f90 @@ -39,7 +39,7 @@ ! C = A * B ! ! where all the matrices are stored in CSR. On input and output the matrices -! are stored with column indices in local numbering, but inermediate quantities +! are stored with column indices in local numbering, but intermediate quantities ! are in global numbering because gathering the halo of B to multiply it ! by A implies a potential enlargement of the support. ! Also, B may have a column index space different from its row index space,