From 2aa7e69d57ac933d581fdcd22ab2d32e19814eae Mon Sep 17 00:00:00 2001 From: tdelarue <tony.delarue@inria.fr> Date: Wed, 30 Sep 2020 10:38:36 +0200 Subject: [PATCH] Fix weird comment in multi-dof testings --- tests/spm_dof_expand_tests.c | 2 +- tests/spm_dof_matvec_tests.c | 2 +- tests/spm_dof_norm_tests.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/spm_dof_expand_tests.c b/tests/spm_dof_expand_tests.c index cc7046e1..922cebaf 100644 --- a/tests/spm_dof_expand_tests.c +++ b/tests/spm_dof_expand_tests.c @@ -2,7 +2,7 @@ * * @file spm_dof_expand_tests.c * - * Tests and validate the spmNorm routines when the spm_tests.hold constant and/or variadic dofs. + * Tests and validate the spmNorm routines when the spm contains constant and/or variadic dofs. * * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. diff --git a/tests/spm_dof_matvec_tests.c b/tests/spm_dof_matvec_tests.c index ca2ae60a..044ee968 100644 --- a/tests/spm_dof_matvec_tests.c +++ b/tests/spm_dof_matvec_tests.c @@ -2,7 +2,7 @@ * * @file spm_dof_matvec_tests.c * - * Tests and validate the spmMatVec routines when the spm_tests.hold constant and/or variadic dofs. + * Tests and validate the spmMatVec routines when the spm contains constant and/or variadic dofs. * * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. diff --git a/tests/spm_dof_norm_tests.c b/tests/spm_dof_norm_tests.c index b52bde08..e3bdee25 100644 --- a/tests/spm_dof_norm_tests.c +++ b/tests/spm_dof_norm_tests.c @@ -2,7 +2,7 @@ * * @file spm_dof_norm_tests.c * - * Tests and validate the spm_norm routines when the spm_tests.hold constant and/or variadic dofs. + * Tests and validate the spm_norm routines when the spm contains constant and/or variadic dofs. * * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. -- GitLab